summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins-root/check_icmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/check_icmp.c b/plugins-root/check_icmp.c
index a5e898a..49b40f9 100644
--- a/plugins-root/check_icmp.c
+++ b/plugins-root/check_icmp.c
@@ -1110,7 +1110,7 @@ add_target(char *arg)
1110 1110
1111 /* this is silly, but it works */ 1111 /* this is silly, but it works */
1112 if(mode == MODE_HOSTCHECK || mode == MODE_ALL) { 1112 if(mode == MODE_HOSTCHECK || mode == MODE_ALL) {
1113 printf("mode: %d\n", mode); 1113 if(debug > 2) printf("mode: %d\n", mode);
1114 continue; 1114 continue;
1115 } 1115 }
1116 break; 1116 break;