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 A83A743699; Fri, 8 Dec 2023 22:03:39 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 98611432E2; Fri, 8 Dec 2023 22:03:39 +0100 (CET) Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mails.dpdk.org (Postfix) with ESMTP id 65A5040144 for ; Fri, 8 Dec 2023 22:03:38 +0100 (CET) Received: by linux.microsoft.com (Postfix, from userid 1086) id BB6ED20B74C0; Fri, 8 Dec 2023 13:03:37 -0800 (PST) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com BB6ED20B74C0 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1702069417; bh=6rm+nqDBHvanG3baWkIx1+xpOKRsunEnsAZqVCcXVCc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=HkYrI7zJ/VK3kdAnWRYEWGEtMFbIaqoHe0oKmow0ZAmySuZoV/NKp5hmJCzTyweLc Cvg9XNZzsFVuf36/2CVLt1ioBOYhLmgcnZWWxQx7rSI44U7Y9ks0TxOqKvSjy0ekW4 X1VC3mu1AX3dTXlIkuLz+/FObjLQBPt9cJv+gp4k= Date: Fri, 8 Dec 2023 13:03:37 -0800 From: Tyler Retzlaff To: David Marchand Cc: dev@dpdk.org, thomas@monjalon.net, ferruh.yigit@amd.com, bruce.richardson@intel.com, stephen@networkplumber.org, mb@smartsharesystems.com, Konstantin Ananyev , Dmitry Kozlyuk , Narcisa Ana Maria Vasile , Dmitry Malloy , Pallavi Kadam , Andrew Rybchenko Subject: Re: [RFC v2 08/14] lib: simplify multilines log messages Message-ID: <20231208210337.GG5699@linuxonhyperv3.guj3yctzbm1etfxqx2vob5hsef.xx.internal.cloudapp.net> References: <20231117131824.1977792-1-david.marchand@redhat.com> <20231208145950.2184940-1-david.marchand@redhat.com> <20231208145950.2184940-9-david.marchand@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20231208145950.2184940-9-david.marchand@redhat.com> User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org On Fri, Dec 08, 2023 at 03:59:42PM +0100, David Marchand wrote: > Those error log messages don't need to span on multiple lines. > > Signed-off-by: David Marchand > --- Acked-by: Tyler Retzlaff