bk: 4e50967cyoWnBU-E_b16Ego1DjxEiA
+* Restore the original CLOCK_MONOTONIC output format in sntp.
* Cleanups for ntp-wait-opts.def and ntp.keys.def .
(4.2.7p206) 2011/08/20 Released by Harlan Stenn <stenn@ntp.org>
* [Bug 1993] ntpd Windows port adj_systime() broken in 4.2.7p203.
if (labs((long)diff.tv_sec) < 3600) {
/* older libevent2 using monotonic */
timeval_sub(&offset, &systemt, &mono);
- TRACE(1, ("%s: Offsetting libevent CLOCK_MONOTONIC times by %.6f\n", progname, offset));
+ TRACE(1, ("%s: Offsetting libevent CLOCK_MONOTONIC times by %+ld.%06ld\n",
+ (long)offset.tv_sec, offset.tv_usec));
}
}
offset_ready = TRUE;