From: Harlan Stenn Date: Tue, 20 Nov 2012 02:44:38 +0000 (-0800) Subject: [Bug 1214] 'proto: precision = ...' should be at INFO, not NOTICE X-Git-Tag: NTP_4_2_7P326~2^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=23756ce4ac576af43edde1c5108dbe8e276646a9;p=thirdparty%2Fntp.git [Bug 1214] 'proto: precision = ...' should be at INFO, not NOTICE bk: 50aaee96366seYtKCzD1xB68gqchbA --- diff --git a/ChangeLog b/ChangeLog index a2dde231e..59937dda4 100644 --- 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 * Reinstate doc fix to authentic.html from Mike T. * [Bug 1223] cleanup for rlimit changes. diff --git a/ntpd/ntp_proto.c b/ntpd/ntp_proto.c index 209b09df6..1259d52c2 100644 --- a/ntpd/ntp_proto.c +++ b/ntpd/ntp_proto.c @@ -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",