summaryrefslogtreecommitdiffstats
path: root/plugins/check_disk.c
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/check_disk.c')
-rw-r--r--plugins/check_disk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/check_disk.c b/plugins/check_disk.c
index f032378..54befca 100644
--- a/plugins/check_disk.c
+++ b/plugins/check_disk.c
@@ -1040,7 +1040,7 @@ get_stats (struct parameter_list *p, struct fs_usage *fsp) {
1040 get_fs_usage (p_list->best_match->me_mountdir, p_list->best_match->me_devname, &tmpfsp); 1040 get_fs_usage (p_list->best_match->me_mountdir, p_list->best_match->me_devname, &tmpfsp);
1041 get_path_stats(p_list, &tmpfsp); 1041 get_path_stats(p_list, &tmpfsp);
1042 if (verbose >= 3) 1042 if (verbose >= 3)
1043 printf("Group %s: adding %llu blocks sized %llu, (%s) used_units=%g free_units=%g total_units=%g mult=%llu\n", 1043 printf("Group %s: adding %llu blocks sized %llu, (%s) used_units=%lu free_units=%llu total_units=%llu mult=%llu\n",
1044 p_list->group, 1044 p_list->group,
1045 tmpfsp.fsu_blocks, 1045 tmpfsp.fsu_blocks,
1046 tmpfsp.fsu_blocksize, 1046 tmpfsp.fsu_blocksize,
@@ -1069,7 +1069,7 @@ get_stats (struct parameter_list *p, struct fs_usage *fsp) {
1069 first = 0; 1069 first = 0;
1070 } 1070 }
1071 if (verbose >= 3) 1071 if (verbose >= 3)
1072 printf("Group %s now has: used_units=%g free_units=%g total_units=%g fsu_blocksize=%llu mult=%llu\n", 1072 printf("Group %s now has: used_units=%llu free_units=%llu total_units=%llu fsu_blocksize=%llu mult=%llu\n",
1073 p->group, 1073 p->group,
1074 p->dused_units, 1074 p->dused_units,
1075 p->dfree_units, 1075 p->dfree_units,