]> git.ipfire.org Git - thirdparty/chrony.git/commit
logging: refactor enabling of debug messages
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 2 Jul 2019 14:18:06 +0000 (16:18 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 4 Jul 2019 15:38:13 +0000 (17:38 +0200)
commit1227873b8810ed0f82d4b85a3c19c9562fda0b91
treedb768ba707a2dca8a4841091419fc63ebc0e2ee1
parentd30e73d0d9e93a747298da1be0415b1a4b20ed61
logging: refactor enabling of debug messages

Reorder the LOGS_Severity enum in order of severity and change the code
to not log/print messages with severity below the specified minimum
instead of having a separate debug level.
client.c
logging.c
logging.h
main.c