]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
Use +/- when logging skew on start
authorMiroslav Lichvar <mlichvar@redhat.com>
Fri, 3 Feb 2012 14:45:24 +0000 (15:45 +0100)
committerMiroslav Lichvar <mlichvar@redhat.com>
Fri, 3 Feb 2012 16:22:52 +0000 (17:22 +0100)
reference.c

index de48a0614ad24f22934d71dad2c1826490a47981..fa9be8ba63333c5cf41e2666a583403215618620 100644 (file)
@@ -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",