]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
ChangeLog:
authorFrank Kardel <kardel@ntp.org>
Sun, 30 Sep 2007 16:40:51 +0000 (16:40 +0000)
committerFrank Kardel <kardel@ntp.org>
Sun, 30 Sep 2007 16:40:51 +0000 (16:40 +0000)
  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

ChangeLog
ntpd/ntp_timer.c

index 0883bbba145ebe8aa4e96983c839d09fa8ca42a2..9f2418743dce24c48f4d694883f08f68652e1463 100644 (file)
--- 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
index 86f7575eb62c829c9e7ff10aec5ca628c4739715..bf2b0083e09202dcc2aa0fafc1842e84c8c9b3ad 100644 (file)
@@ -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);
                }
        }