Re: [PATCH v1] tools: add newlines to xenstored WRL_LOG

2021-05-10 Thread Juergen Gross
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

Re: [PATCH v1] tools: add newlines to xenstored WRL_LOG

2021-05-10 Thread Olaf Hering
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

Re: [PATCH v1] tools: add newlines to xenstored WRL_LOG

2021-05-10 Thread Juergen Gross
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