summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--plugins/check_swap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index 4e17163..ba353bc 100644
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
@@ -194,7 +194,7 @@ main (int argc, char **argv)
194 dskfree = dskfree / conv_factor; 194 dskfree = dskfree / conv_factor;
195# endif 195# endif
196 if (verbose >= 3) 196 if (verbose >= 3)
197 printf (_("total=%d, free=%d\n"), dsktotal, dskfree); 197 printf (_("total=%llu, free=%llu\n"), dsktotal, dskfree);
198 198
199 dskused = dsktotal - dskfree; 199 dskused = dsktotal - dskfree;
200 total_swap += dsktotal; 200 total_swap += dsktotal;