]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
ntp: log info message when HW timestamping is enabled
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 27 Jan 2017 09:36:37 +0000 (10:36 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 27 Jan 2017 09:55:28 +0000 (10:55 +0100)
ntp_io_linux.c

index 966019a423e9f8a52ecdd48ec898f4e9ff93c67c..092aef89b820fbcc92c1d902281b32cb3d9fecf5 100644 (file)
@@ -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;
 }