ntp: log info message when HW timestamping is enabled

This commit is contained in:
Miroslav Lichvar 2017-01-27 10:36:37 +01:00
parent 8bcb15b02f
commit 60fca19d40

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