From 946ee8f6111c308467189000f2b5df77c4143862 Mon Sep 17 00:00:00 2001 From: Miroslav Lichvar Date: Mon, 5 Dec 2016 10:24:28 +0100 Subject: [PATCH] client: fix format specifier for poll in ntpdata report --- client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client.c b/client.c index c612752..00b8aa2 100644 --- a/client.c +++ b/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"