]> git.ipfire.org Git - thirdparty/util-linux.git/commit
logger: fix multiple format bugs in rfc5424 formatter
authorRainer Gerhards <rgerhards@adiscon.com>
Tue, 10 Mar 2015 16:26:14 +0000 (17:26 +0100)
committerRainer Gerhards <rgerhards@adiscon.com>
Tue, 10 Mar 2015 16:26:14 +0000 (17:26 +0100)
commit4826184bce8df85ae357a102e47e06e345536bc6
tree9a5aa88f55604b416caaea378aaf818346597dca
parentcc06a01ec551ed2bcd397a5097165b4434179b34
logger: fix multiple format bugs in rfc5424 formatter

This is more or less a complete rewrite of the formatter. It had
multiple issue, e.g. a missing field (MSGID?) and invalid handling
of nil values.
misc-utils/logger.c