]> git.ipfire.org Git - thirdparty/lldpd.git/commit
log: info messages should be logged on syslog but not on first debug level
authorVincent Bernat <vincent@bernat.im>
Tue, 8 Jul 2014 19:41:48 +0000 (21:41 +0200)
committerVincent Bernat <vincent@bernat.im>
Tue, 8 Jul 2014 19:41:48 +0000 (21:41 +0200)
commite595efb4c17771a714b64db1d7255b8fc1315cc7
tree64392f93389f729a3ab80d66eea290f755f608de
parent254e5134d9338f0d20f47b30d9ad0934fc7fe93b
log: info messages should be logged on syslog but not on first debug level

Without `-d`, syslog should log info messages. With `-d`, they should
not be displayed. With `-dd`, they should be displayed. This is an
amendment of the previous patch.
src/log.c