The function logmsg() was used to generate local messages and to
authorbluhm <bluhm@openbsd.org>
Wed, 5 Apr 2017 21:30:04 +0000 (21:30 +0000)
committerbluhm <bluhm@openbsd.org>
Wed, 5 Apr 2017 21:30:04 +0000 (21:30 +0000)
commit1106b6acd5b561f760d206ce311a69c5979f19af
treee4b91af8c0efb762a7a10edf80bd68cad8f32793
parentefcb2e96742998ca28fb37844fc3bd85b1e2ecab
The function logmsg() was used to generate local messages and to
process incoming messages.  Split this functionality into log_info()
and logline().  Sort the parameters like they appear in the syslog
line.
OK millert@
usr.sbin/syslogd/syslogd.c