summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 30a4266)
raw | patch | inline | side by side (parent: 30a4266)
author | Benoit Mortier <opensides@users.sourceforge.net> | |
Sat, 4 Dec 2004 00:23:41 +0000 (00:23 +0000) | ||
committer | Benoit Mortier <opensides@users.sourceforge.net> | |
Sat, 4 Dec 2004 00:23:41 +0000 (00:23 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@999 f882894a-f735-0410-b71e-b25c423dba1c
plugins/check_swap.c | patch | blob | history |
diff --git a/plugins/check_swap.c b/plugins/check_swap.c
index 4e17163cd1e6c061cb48fc62a0da2635a1d68b8d..ba353bc0b89a44580860c6c94815806f61ecf2fa 100644 (file)
--- a/plugins/check_swap.c
+++ b/plugins/check_swap.c
dskfree = dskfree / conv_factor;
# endif
if (verbose >= 3)
- printf (_("total=%d, free=%d\n"), dsktotal, dskfree);
+ printf (_("total=%llu, free=%llu\n"), dsktotal, dskfree);
dskused = dsktotal - dskfree;
total_swap += dsktotal;