From mboxrd@z Thu Jan 1 00:00:00 1970 From: Olivier Matz Subject: Re: [PATCH 1/2] log: remove useless intermediate buffer Date: Mon, 25 Jun 2018 16:42:02 +0200 Message-ID: <20180625144202.wbrfo2bbzargcgdp@platinum> References: <1527753808-19409-1-git-send-email-david.marchand@6wind.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: dev@dpdk.org To: David Marchand Return-path: Received: from mail.droids-corp.org (zoll.droids-corp.org [94.23.50.67]) by dpdk.org (Postfix) with ESMTP id 6C1542BC8 for ; Mon, 25 Jun 2018 16:42:04 +0200 (CEST) Content-Disposition: inline In-Reply-To: <1527753808-19409-1-git-send-email-david.marchand@6wind.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" On Thu, May 31, 2018 at 10:03:27AM +0200, David Marchand wrote: > Rather than copy the log message, we can use a precision in the format > string given to syslog. > > Fixes: af75078fece3 ("first public release") > Signed-off-by: David Marchand Reviewed-by: Olivier Matz