mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-04 01:05:06 -05:00
Fix printing of NP and NR over 99 in sourcestats
This commit is contained in:
2
client.c
2
client.c
@@ -1801,7 +1801,7 @@ process_cmd_sourcestats(char *line)
|
|||||||
hostname_buf[25] = 0;
|
hostname_buf[25] = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
printf("%-25s %2lu %2lu ", hostname_buf, n_samples, n_runs);
|
printf("%-25s %3lu %3lu ", hostname_buf, n_samples, n_runs);
|
||||||
print_seconds(span_seconds);
|
print_seconds(span_seconds);
|
||||||
printf(" ");
|
printf(" ");
|
||||||
print_freq_ppm(resid_freq_ppm);
|
print_freq_ppm(resid_freq_ppm);
|
||||||
|
|||||||
Reference in New Issue
Block a user