diff options
Diffstat (limited to 'plugins/check_ntp.c')
-rw-r--r-- | plugins/check_ntp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_ntp.c b/plugins/check_ntp.c index f9dc49a..29d2861 100644 --- a/plugins/check_ntp.c +++ b/plugins/check_ntp.c | |||
@@ -765,7 +765,7 @@ int main(int argc, char *argv[]){ | |||
765 | } | 765 | } |
766 | printf("Offset %.10g secs|offset=%.10g", offset, offset); | 766 | printf("Offset %.10g secs|offset=%.10g", offset, offset); |
767 | } | 767 | } |
768 | if (do_jitter) printf(", jitter=%f", jitter); | 768 | if (do_jitter) printf(" jitter=%f", jitter); |
769 | printf("\n"); | 769 | printf("\n"); |
770 | 770 | ||
771 | if(server_address!=NULL) free(server_address); | 771 | if(server_address!=NULL) free(server_address); |