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; }