summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_ntp_peer.c2
1 files changed, 1 insertions, 1 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;