+* Fix the CLOCK_MONOTONIC TRACE() message.
(4.2.7p207) 2011/08/22 Released by Harlan Stenn <stenn@ntp.org>
* Restore the original CLOCK_MONOTONIC output format in sntp.
* Cleanups for ntp-wait-opts.def and ntp.keys.def .
check_exit_conditions();
} else {
INSIST(0 == n_pending_ntp);
- TRACE(1, ("n_pending_ntp reached zero before dec for %s\n",
+ TRACE(1, ("n_pending_ntp was zero before decrement for %s\n",
hostnameaddr(name, server)));
}
}
/* older libevent2 using monotonic */
timeval_sub(&offset, &systemt, &mono);
TRACE(1, ("%s: Offsetting libevent CLOCK_MONOTONIC times by %+ld.%06ld\n",
+ "gettimeofday_cached",
(long)offset.tv_sec, offset.tv_usec));
}
}