diff options
Diffstat (limited to 'plugins/t')
0 files changed, 0 insertions, 0 deletions
diff --git a/plugins/check_ntp_peer.c b/plugins/check_ntp_peer.c index d4689bc..0512058 100644 --- a/plugins/check_ntp_peer.c +++ b/plugins/check_ntp_peer.c | |||
@@ -278,7 +278,7 @@ int ntp_request(const char *host, double *offset, int *offset_result, double *ji | |||
278 | } | 278 | } |
279 | } | 279 | } |
280 | } | 280 | } |
281 | if(verbose) printf("%d candiate peers available\n", num_candidates); | 281 | if(verbose) printf("%d candidate peers available\n", num_candidates); |
282 | if(verbose && syncsource_found) printf("synchronization source found\n"); | 282 | if(verbose && syncsource_found) printf("synchronization source found\n"); |
283 | if(! syncsource_found){ | 283 | if(! syncsource_found){ |
284 | status = STATE_WARNING; | 284 | status = STATE_WARNING; |