On 10.05.21 10:34, Olaf Hering wrote:
Am Mon, 10 May 2021 09:31:41 +0200
schrieb Juergen Gross :
Mind doing the same for the two syslog() calls in xenstored_core.c
lacking the newline?
I will send a separate patch for them.
Okay, in this case you can add my
Reviewed-by: Juergen Gross
to
Am Mon, 10 May 2021 09:31:41 +0200
schrieb Juergen Gross :
> Mind doing the same for the two syslog() calls in xenstored_core.c
> lacking the newline?
I will send a separate patch for them.
Olaf
pgprie3uURGQV.pgp
Description: Digitale Signatur von OpenPGP
On 03.05.21 17:47, Olaf Hering wrote:
According to syslog(3) the fmt string does not need a newline.
The mini-os implementation of syslog requires the trailing newline.
Other calls to syslog do include the newline already, add it also to WRL_LOG.
Mind doing the same for the two syslog() calls i