summaryrefslogtreecommitdiff
path: root/src/udev/label.c
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2013-07-10 12:31:27 -0400
committerAnthony G. Basile <blueness@gentoo.org>2013-07-10 12:31:27 -0400
commit037a28c3d2bc5bf4a3f36b0172e83e6515b05a68 (patch)
tree7d2a3acca5cc0b14cbea84b7544e1086f57e4269 /src/udev/label.c
parentfbae3924871345cb60979dd9fb6794a091ba3ad1 (diff)
Bring mkdir.c, label.c and util.c in better line with upstream
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/udev/label.c')
-rw-r--r--src/udev/label.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/udev/label.c b/src/udev/label.c
index 1ab40f4bba..1e4d01113a 100644
--- a/src/udev/label.c
+++ b/src/udev/label.c
@@ -85,7 +85,7 @@ int label_init(const char *prefix) {
l = after_mallinfo.uordblks > before_mallinfo.uordblks ? after_mallinfo.uordblks - before_mallinfo.uordblks : 0;
log_debug("Successfully loaded SELinux database in %s, size on heap is %iK.",
- format_timespan(timespan, sizeof(timespan), after_timestamp - before_timestamp),
+ format_timespan(timespan, sizeof(timespan), after_timestamp - before_timestamp, 0),
(l+1023)/1024);
}
#endif