syslog: Remove extra whitespace between timestamp and message (BZ#29544)
commit45459476ecc8fe315734912baf7adf3551cff640
authorAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 5 Sep 2022 12:34:39 +0000 (5 09:34 -0300)
committerAdhemerval Zanella <adhemerval.zanella@linaro.org>
Mon, 5 Sep 2022 12:34:39 +0000 (5 09:34 -0300)
tree11430ea1a915b928dd5a5d6b9311c6cdb90de47e
parent930993921f2f381b545ea1b1f2d9c534b2b72b08
syslog: Remove extra whitespace between timestamp and message (BZ#29544)

The rfc3164 clear states that a single space character must follow
the timestamp field.

Checked on x86_64-linux-gnu.
misc/syslog.c
misc/tst-syslog.c