From: Miroslav Lichvar Date: Fri, 3 Feb 2012 14:45:24 +0000 (+0100) Subject: Use +/- when logging skew on start X-Git-Tag: 1.27-pre1~19 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5fb5a89f026f734716e8307dd64091c0a5f2bf4b;p=thirdparty%2Fchrony.git Use +/- when logging skew on start --- diff --git a/reference.c b/reference.c index de48a061..fa9be8ba 100644 --- a/reference.c +++ b/reference.c @@ -155,7 +155,7 @@ REF_Initialise(void) /* We have read valid data */ our_frequency_ppm = file_freq_ppm; our_skew = 1.0e-6 * file_skew_ppm; - LOG(LOGS_INFO, LOGF_Reference, "Frequency %.3f +- %.3f ppm read from %s", file_freq_ppm, file_skew_ppm, drift_file); + LOG(LOGS_INFO, LOGF_Reference, "Frequency %.3f +/- %.3f ppm read from %s", file_freq_ppm, file_skew_ppm, drift_file); LCL_SetAbsoluteFrequency(our_frequency_ppm); } else { LOG(LOGS_WARN, LOGF_Reference, "Could not parse valid frequency and skew from driftfile %s",