]> git.ipfire.org Git - thirdparty/chrony.git/commit - local.c
Replace all CROAK calls with assert or LOG_FATAL
authorMiroslav Lichvar <mlichvar@redhat.com>
Thu, 12 Aug 2010 12:30:05 +0000 (14:30 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 12 Aug 2010 12:30:05 +0000 (14:30 +0200)
commit6b0198c2d7e9cf18f25bbd70c11b77933caa65d1
tree916a1a94f40a01c5d45e02e312d9bd7701ad632e
parent2a64b7589387459d3c5a7a7af80f56209b15be3d
Replace all CROAK calls with assert or LOG_FATAL

Remove croak() and use assert() or LOG_FATAL() everywhere. Hopefully
the problems with debugging mentioned in the croak() comment are long gone.
13 files changed:
cmdmon.c
local.c
logging.c
logging.h
ntp_core.c
regress.c
rtc_linux.c
sched.c
sources.c
sys_linux.c
sys_netbsd.c
sys_solaris.c
sys_sunos.c