Diomidis Spinellis 857b57eae1 Remove a trailing newline, to behave as documented in syslog(3):
"A trailing newline is added if none is present."

The code in syslogd, stderr, and console output always adds a newline
at the EOL.  However, the existing code never actually removed a
trailing newline, and apparently relied on syslogd to convert it
into a space character.  Thus, the existing newline was converted
to a trailing space at the EOL by syslogd, while stderr, and console
output resulted in an empty line.

MFC after:	2 weeks
2004-05-10 17:12:52 +00:00
..
2004-02-16 10:02:40 +00:00
2004-04-21 09:50:52 +00:00
2004-03-02 06:22:24 +00:00
2004-05-02 20:13:29 +00:00