]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Restore the order in which RFC 3164 messages with fac/pri are formatted.
authorEd Schouten <ed@FreeBSD.org>
Mon, 2 Jul 2018 10:57:22 +0000 (10:57 +0000)
committerEd Schouten <ed@FreeBSD.org>
Mon, 2 Jul 2018 10:57:22 +0000 (10:57 +0000)
commit8a66bdb41446e5e007d486a6f8749f06ab30ee51
tree103957f47064381191249fe46e0cf047ec692bbf
parent294b242d80056628fe81fbd315e21b4e47c3ac67
Restore the order in which RFC 3164 messages with fac/pri are formatted.

The refactoring of the syslogd code to format messages using iovecs
slightly altered the output of syslogd by placing the facility/priority
after the hostname, as opposed to printing it right before. This change
reverts the behaviour to be consistent with how it was before.

PR: 229457
Reported by: Andre Albsmeier
MFC after: 1 week
usr.sbin/syslogd/syslogd.c