diff options
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r-- | plugins/check_disk.c | 2 |
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 | } |