client: fix format specifier for poll in ntpdata report
This commit is contained in:
parent
7f757f09ce
commit
946ee8f611
1 changed files with 1 additions and 1 deletions
2
client.c
2
client.c
|
@ -2223,7 +2223,7 @@ process_cmd_ntpdata(char *line)
|
|||
"Version : %u\n"
|
||||
"Mode : %M\n"
|
||||
"Stratum : %u\n"
|
||||
"Poll : %u\n"
|
||||
"Poll : %d\n"
|
||||
"Precision : %.9f seconds\n"
|
||||
"Root delay : %.6f seconds\n"
|
||||
"Root dispersion : %.6f seconds\n"
|
||||
|
|
Loading…
Reference in a new issue