ntp: fix debug message about unknown HW timestamping ifindex
This commit is contained in:
parent
4a24368763
commit
0773a1e630
1 changed files with 1 additions and 1 deletions
|
@ -574,7 +574,7 @@ NIO_Linux_ProcessMessage(NTP_Remote_Address *remote_addr, NTP_Local_Address *loc
|
|||
process_hw_timestamp(iface, &ts3.ts[2], local_ts, !is_tx ? length : 0,
|
||||
remote_addr->ip_addr.family, l2_length);
|
||||
} else {
|
||||
DEBUG_LOG("HW clock not found for interface %d", local_addr->if_index);
|
||||
DEBUG_LOG("HW clock not found for interface %d", ts_if_index);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue