]> git.ipfire.org Git - thirdparty/chrony.git/commit
logging: call exit() in LOG_Message()
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 10 Oct 2019 13:07:10 +0000 (15:07 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 10 Oct 2019 16:05:00 +0000 (18:05 +0200)
commitf4c6a00b2a11c6cf525625d79558d0bed3f7e579
treee9ae202ee97479d4b52de5fe86dae894ae2c5242
parent990f8cd89b50873c2a96836b61b5bccb78f0d42d
logging: call exit() in LOG_Message()

Call exit() in LOG_Message() after printing a fatal message to allow the
LOG macro or LOG_Message() to be used directly instead of the LOG_FATAL
macro.
logging.c
sys_timex.c