From: Miroslav Lichvar Date: Fri, 27 Jan 2017 09:36:37 +0000 (+0100) Subject: ntp: log info message when HW timestamping is enabled X-Git-Tag: 3.1~13 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60fca19d4002a0952d48e079dbce2bdf5ce22abe;p=thirdparty%2Fchrony.git ntp: log info message when HW timestamping is enabled --- diff --git a/ntp_io_linux.c b/ntp_io_linux.c index 966019a4..092aef89 100644 --- a/ntp_io_linux.c +++ b/ntp_io_linux.c @@ -179,7 +179,7 @@ add_interface(CNF_HwTsInterface *conf_iface) iface->clock = HCL_CreateInstance(UTI_Log2ToDouble(MAX(conf_iface->minpoll, MIN_PHC_POLL))); - DEBUG_LOG(LOGF_NtpIOLinux, "Enabled HW timestamping on %s", iface->name); + LOG(LOGS_INFO, LOGF_NtpIOLinux, "Enabled HW timestamping on %s", iface->name); return 1; }