summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Weiss <hweiss@users.sourceforge.net>2007-08-09 12:32:28 (GMT)
committerHolger Weiss <hweiss@users.sourceforge.net>2007-08-09 12:32:28 (GMT)
commitda6aa00a83eba3e60b7083ba75d26050ad5b6f01 (patch)
treefc9c0197fdc6df3b57ae212fc2fc17f3340bc1ae
parent0616123167c4a3e928df6605249d94f8197666d8 (diff)
downloadmonitoring-plugins-da6aa00a83eba3e60b7083ba75d26050ad5b6f01.tar.gz
Don't use C++ style comments (noted by Johannes Kingma on
nagiosplug-help@) git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1770 f882894a-f735-0410-b71e-b25c423dba1c
-rw-r--r--plugins/check_disk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index 845c745..03f0949 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -272,7 +272,7 @@ main (int argc, char **argv)
272 272
273 if (verbose > 3) 273 if (verbose > 3)
274 printf("Group %s: add %llu blocks (%s) \n", path->group, tmpfsp.fsu_bavail, temp_list->name); 274 printf("Group %s: add %llu blocks (%s) \n", path->group, tmpfsp.fsu_bavail, temp_list->name);
275 // printf("Group %s: add %u blocks (%s)\n", temp_list->name); // path->group, tmpfsp.fsu_bavail, temp_list->name); 275 /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); // path->group, tmpfsp.fsu_bavail, temp_list->name); */
276 276
277 np_add_name(&seen, temp_list->best_match->me_mountdir); 277 np_add_name(&seen, temp_list->best_match->me_mountdir);
278 } 278 }