]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
[Bug 1214] 'proto: precision = ...' should be at INFO, not NOTICE
authorHarlan Stenn <stenn@ntp.org>
Tue, 20 Nov 2012 02:44:38 +0000 (18:44 -0800)
committerHarlan Stenn <stenn@ntp.org>
Tue, 20 Nov 2012 02:44:38 +0000 (18:44 -0800)
bk: 50aaee96366seYtKCzD1xB68gqchbA

ChangeLog
ntpd/ntp_proto.c

index a2dde231e919e76bcb87f98baef0056db64bbf1a..59937dda41071f616822cbeccdff31550aacb40f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,4 @@
+* [Bug 1214] 'proto: precision = ...' should be at INFO, not NOTICE.
 (4.2.7p324) 2012/11/19 Released by Harlan Stenn <stenn@ntp.org>
 * Reinstate doc fix to authentic.html from Mike T.
 * [Bug 1223] cleanup for rlimit changes.
index 209b09df6808e8f59af68de4945f9790fc6c4cef..1259d52c2db1ca89442e49d2dbd597c9cbd16478 100644 (file)
@@ -3824,7 +3824,7 @@ measure_precision(void)
        trunc_os_clock = FALSE;
        measured_tick = measure_tick_fuzz();
        set_sys_tick_precision(measured_tick);
-       msyslog(LOG_NOTICE, "proto: precision = %.3f usec (%d)",
+       msyslog(LOG_INFO, "proto: precision = %.3f usec (%d)",
                sys_tick * 1e6, sys_precision);
        if (sys_fuzz < sys_tick) {
                msyslog(LOG_NOTICE, "proto: fuzz beneath %.3f usec",