summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.c
diff options
context:
space:
mode:
authorMatthias Eble <psychotrahe@users.sourceforge.net>2007-09-23 12:29:36 (GMT)
committerMatthias Eble <psychotrahe@users.sourceforge.net>2007-09-23 12:29:36 (GMT)
commit6483a72b167906b82e90957e8b962c0994dcde40 (patch)
tree3043d74ae00f476d6bb0567cba3eb0d6d401e0aa /plugins/check_disk.c
parente8d6f41fadd81840aba3d408fe7778ccfd31ad95 (diff)
downloadmonitoring-plugins-6483a72b167906b82e90957e8b962c0994dcde40.tar.gz
Removed some c99 style comments
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1793 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/check_disk.c')
-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 c9c9adc..4c6886e 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -271,7 +271,7 @@ main (int argc, char **argv)
271 271
272 if (verbose > 3) 272 if (verbose > 3)
273 printf("Group %s: add %llu blocks (%s) \n", path->group, tmpfsp.fsu_bavail, temp_list->name); 273 printf("Group %s: add %llu blocks (%s) \n", path->group, tmpfsp.fsu_bavail, temp_list->name);
274 /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); // path->group, tmpfsp.fsu_bavail, temp_list->name); */ 274 /* printf("Group %s: add %u blocks (%s)\n", temp_list->name); *//* path->group, tmpfsp.fsu_bavail, temp_list->name); */
275 275
276 np_add_name(&seen, temp_list->best_match->me_mountdir); 276 np_add_name(&seen, temp_list->best_match->me_mountdir);
277 } 277 }