ntp: log info message when HW timestamping is enabled
This commit is contained in:
parent
8bcb15b02f
commit
60fca19d40
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue