* ntpd/ntp_loopfilter.c (local_clock): One more attempt at
"improving" the panic message.
bk: 3b115462ZIpgTVMGau1n3ICdXNusJQ
+2001-05-27 Harlan Stenn <stenn@whimsy.udel.edu>
+
+ * ntpd/ntp_loopfilter.c (local_clock): One more attempt at
+ "improving" the panic message.
+
2001-05-26 Harlan Stenn <stenn@whimsy.udel.edu>
* configure.in (ac_cv_func_ctty_for_f_setown): BSDI3 needs a ctty
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);
}