From: Frank Kardel Date: Sun, 30 Sep 2007 16:40:51 +0000 (+0000) Subject: ChangeLog: X-Git-Tag: NTP_4_2_5P81~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ad2b50985efb94419fd01762f5948da124421583;p=thirdparty%2Fntp.git ChangeLog: 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 --- diff --git a/ChangeLog b/ChangeLog index 0883bbba1..9f2418743 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,4 @@ +* 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 diff --git a/ntpd/ntp_timer.c b/ntpd/ntp_timer.c index 86f7575eb..bf2b0083e 100644 --- a/ntpd/ntp_timer.c +++ b/ntpd/ntp_timer.c @@ -333,7 +333,7 @@ timer(void) get_systime(&now); msyslog(LOG_NOTICE, "timer: leap second at %u TAI %d s", - now.l_ui); + now.l_ui, sys_tai); } }