From 60fca19d4002a0952d48e079dbce2bdf5ce22abe Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Fri, 27 Jan 2017 10:36:37 +0100 Subject: [PATCH] ntp: log info message when HW timestamping is enabled --- ntp_io_linux.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ntp_io_linux.c b/ntp_io_linux.c index 966019a..092aef8 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; }