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 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 | } |