From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 08894A0093 for ; Mon, 25 Apr 2022 19:19:05 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 049BF427EB; Mon, 25 Apr 2022 19:19:05 +0200 (CEST) Received: from us-smtp-delivery-124.mimecast.com (us-smtp-delivery-124.mimecast.com [170.10.129.124]) by mails.dpdk.org (Postfix) with ESMTP id 47B1841109 for ; Mon, 25 Apr 2022 19:19:03 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=redhat.com; s=mimecast20190719; t=1650907142; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=amvCx332b5uGMv7DyQBoiFsgxKPnY6e2r2Fv2QtuzCA=; b=iKGZtW48Bz3KdptTZUG9Kgft5lSy1wSby82yowvdgUcwsK+DuciJ43hTyg9etJU1kTDW5q L/QRVMdAIwsmthkUqaTzNtKeQBWCbk/Q6PqjmhCEl2YRYdLKYAU00LAiCiLC4tCPHIP98t +2lOJt9NPDY+dsvWCmK6lirzNnr2ybg= Received: from mimecast-mx02.redhat.com (mx3-rdu2.redhat.com [66.187.233.73]) by relay.mimecast.com with ESMTP with STARTTLS (version=TLSv1.2, cipher=TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384) id us-mta-473-an0qfT79MROrbFcfsFuCfw-1; Mon, 25 Apr 2022 13:18:59 -0400 X-MC-Unique: an0qfT79MROrbFcfsFuCfw-1 Received: from smtp.corp.redhat.com (int-mx02.intmail.prod.int.rdu2.redhat.com [10.11.54.2]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by mimecast-mx02.redhat.com (Postfix) with ESMTPS id 68E3429AA3B2; Mon, 25 Apr 2022 17:18:59 +0000 (UTC) Received: from RHTPC1VM0NT (unknown [10.22.17.196]) by smtp.corp.redhat.com (Postfix) with ESMTPS id 44DE940470C2; Mon, 25 Apr 2022 17:18:59 +0000 (UTC) From: Aaron Conole To: Ali Alnubani Cc: Subject: Re: [PATCH 2/2] pw_maintainers_cli: write errors to stderr References: <20220415101611.364-1-alialnu@nvidia.com> <20220415101611.364-2-alialnu@nvidia.com> Date: Mon, 25 Apr 2022 13:18:58 -0400 In-Reply-To: <20220415101611.364-2-alialnu@nvidia.com> (Ali Alnubani's message of "Fri, 15 Apr 2022 13:16:11 +0300") Message-ID: User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 X-Scanned-By: MIMEDefang 2.84 on 10.11.54.2 Authentication-Results: relay.mimecast.com; auth=pass smtp.auth=CUSA124A263 smtp.mailfrom=aconole@redhat.com X-Mimecast-Spam-Score: 0 X-Mimecast-Originator: redhat.com Content-Type: text/plain X-BeenThere: ci@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK CI discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: ci-bounces@dpdk.org Ali Alnubani writes: > Redirect error messages to stderr instead of stdout and > reword 2 of them. > > Signed-off-by: Ali Alnubani > --- I don't see how this is related to previous patch, but it makes sense, so: Acked-by: Aaron Conole