client: fix format specifier for poll in ntpdata report

This commit is contained in:
Miroslav Lichvar 2016-12-05 10:24:28 +01:00
parent 7f757f09ce
commit 946ee8f611

View file

@ -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"