From: Harlan Stenn Date: Sun, 27 May 2001 19:24:18 +0000 (-0000) Subject: ChangeLog, ntp_loopfilter.c: X-Git-Tag: NTP_4_0_99_M~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9e1034ce1ad666b9ad74fb0c1530651d53258ea;p=thirdparty%2Fntp.git ChangeLog, ntp_loopfilter.c: * ntpd/ntp_loopfilter.c (local_clock): One more attempt at "improving" the panic message. bk: 3b115462ZIpgTVMGau1n3ICdXNusJQ --- diff --git a/ChangeLog b/ChangeLog index f575613fb..9a6302384 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-05-27 Harlan Stenn + + * ntpd/ntp_loopfilter.c (local_clock): One more attempt at + "improving" the panic message. + 2001-05-26 Harlan Stenn * configure.in (ac_cv_func_ctty_for_f_setown): BSDI3 needs a ctty diff --git a/ntpd/ntp_loopfilter.c b/ntpd/ntp_loopfilter.c index 313d356d8..7d2747ccb 100644 --- a/ntpd/ntp_loopfilter.c +++ b/ntpd/ntp_loopfilter.c @@ -236,7 +236,7 @@ local_clock( if (fabs(fp_offset) > clock_panic && clock_panic > 0 && !allow_panic) { msyslog(LOG_ERR, - "time error %.0f exceeds %.0f seconds; set clock manually", + "time correction of %.0f seconds exceeds sanity limit (%.0f); set clock manually to the correct UTC time.", fp_offset, clock_panic); return (-1); }