ntpd/ntp_timer.c: add missing sys_tai parameter for debug printf
ntp_timer.c:
add missing sys_tai parameter for debug printf
bk: 46ffd193Xq7POr9cByFUSMX7-rnFqw
+* ntpd/ntp_timer.c: add missing sys_tai parameter for debug printf
* [Bug 917] config parse leaves files open
* [Bug 912] detect conflicting enable/disable configuration on interfaces sharing an IP address
* [Bug 771] compare scopeid if available for IPv6 addresses
get_systime(&now);
msyslog(LOG_NOTICE,
"timer: leap second at %u TAI %d s",
- now.l_ui);
+ now.l_ui, sys_tai);
}
}