Re: [PATCH 1/2] log: remove useless intermediate buffer
From: Thomas Monjalon <hidden>
Date: 2018-06-27 16:19:55
From: Thomas Monjalon <hidden>
Date: 2018-06-27 16:19:55
25/06/2018 16:42, Olivier Matz:
On Thu, May 31, 2018 at 10:03:27AM +0200, David Marchand wrote:quoted
Rather than copy the log message, we can use a precision in the format string given to syslog. Fixes: af75078fece3 ("first public release")
I remove the Fixes: line because we don't need to backport this patch. I consider it is not a fix.
quoted
Signed-off-by: David Marchand <redacted>Reviewed-by: Olivier Matz <redacted>
Applied, thanks