On Wed, Apr 05, 2017 at 02:29:46PM -0600, Todd C. Miller wrote: > On Wed, 05 Apr 2017 22:23:58 +0200, Alexander Bluhm wrote: > > > The function logmsg() was used to generate local messages and to > > process incomming messages. Split this functionality into log_info() > > and logline(). Sort the parameters like they appear in the syslog > > line. > > Shouldn't vlogmsg() be renamed to vlogline() too?
My idea was that vlogmsg() takes a locally generated log message and converts it to a line, that can be processed by logline(). bluhm
