mirror of
https://gitlab.com/chrony/chrony.git
synced 2025-12-05 08:55:07 -05:00
client: fix format specifier for poll in ntpdata report
This commit is contained in:
2
client.c
2
client.c
@@ -2223,7 +2223,7 @@ process_cmd_ntpdata(char *line)
|
|||||||
"Version : %u\n"
|
"Version : %u\n"
|
||||||
"Mode : %M\n"
|
"Mode : %M\n"
|
||||||
"Stratum : %u\n"
|
"Stratum : %u\n"
|
||||||
"Poll : %u\n"
|
"Poll : %d\n"
|
||||||
"Precision : %.9f seconds\n"
|
"Precision : %.9f seconds\n"
|
||||||
"Root delay : %.6f seconds\n"
|
"Root delay : %.6f seconds\n"
|
||||||
"Root dispersion : %.6f seconds\n"
|
"Root dispersion : %.6f seconds\n"
|
||||||
|
|||||||
Reference in New Issue
Block a user