]> git.ipfire.org Git - thirdparty/chrony.git/commitdiff
ntp: improve alignment of columns in banner for measurements log
authorMiroslav Lichvar <mlichvar@redhat.com>
Mon, 4 May 2015 08:23:17 +0000 (10:23 +0200)
committerMiroslav Lichvar <mlichvar@redhat.com>
Mon, 4 May 2015 08:23:17 +0000 (10:23 +0200)
ntp_core.c

index 9be23f3e710c70dc0ef574d24b654f75cdb20886..f77758effb8a23358fd3e51ba564e011d6c2524d 100644 (file)
@@ -316,7 +316,7 @@ NCR_Initialise(void)
   do_time_checks();
 
   logfileid = CNF_GetLogMeasurements() ? LOG_FileOpen("measurements",
-      "   Date (UTC) Time     IP Address   L St 123 567 ABCD  LP RP Score Offset     Peer del. Peer disp. Root del.  Root disp.")
+      "   Date (UTC) Time     IP Address   L St 123 567 ABCD  LP RP Score    Offset  Peer del. Peer disp.  Root del. Root disp.")
     : -1;
 
   access_auth_table = ADF_CreateTable();