ntp: fix debug message about unknown HW timestamping ifindex

This commit is contained in:
Miroslav Lichvar 2017-06-30 15:39:10 +02:00
parent 4a24368763
commit 0773a1e630

View file

@ -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, process_hw_timestamp(iface, &ts3.ts[2], local_ts, !is_tx ? length : 0,
remote_addr->ip_addr.family, l2_length); remote_addr->ip_addr.family, l2_length);
} else { } 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);
} }
} }