aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Holger Weiss <hweiss@users.sourceforge.net> 2007-08-09 12:32:28 +0000
committerGravatar Holger Weiss <hweiss@users.sourceforge.net> 2007-08-09 12:32:28 +0000
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 845c7458..03f09494 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -272,7 +272,7 @@ main (int argc, char **argv)
if (verbose > 3)
printf("Group %s: add %llu blocks (%s) \n", path->group, tmpfsp.fsu_bavail, temp_list->name);
- // printf("Group %s: add %u blocks (%s)\n", temp_list->name); // path->group, tmpfsp.fsu_bavail, temp_list->name);
+ /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); // path->group, tmpfsp.fsu_bavail, temp_list->name); */
np_add_name(&seen, temp_list->best_match->me_mountdir);
}