]> git.ipfire.org Git - thirdparty/chrony.git/commit
socket: fix severity check in debug logging
authorMiroslav Lichvar <mlichvar@redhat.com>
Tue, 24 Mar 2020 14:29:21 +0000 (15:29 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Thu, 26 Mar 2020 10:06:54 +0000 (11:06 +0100)
commitcfa39af345de13a73dfadbb5bdf832bc0fb4ce6f
tree08024a8edf90b3ad6a8f709c7bca5d1e527a8a22
parent8bab35c122566a06a2397c1b2c6907a48665f46e
socket: fix severity check in debug logging

Don't waste time formatting the debug message in log_message() when
debug output is disabled.

Fixes: 86a3ef9ed192 ("socket: add new socket support")
socket.c