K 10 svn:author V 2 ed K 8 svn:date V 27 2018-07-07T11:38:44.598713Z K 7 svn:log V 386 MFC r335861: 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 END