[systemd-commits] src/journal
Lennart Poettering
lennart at kemper.freedesktop.org
Sun Feb 23 08:06:01 PST 2014
src/journal/journal-vacuum.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 3bb621e1e66b704c0c2dcef31c66f7c646dd47f6
Author: Lennart Poettering <lennart at poettering.net>
Date: Sun Feb 23 17:05:37 2014 +0100
journal: downgrade vaccuum message to debug level
https://bugzilla.redhat.com/show_bug.cgi?id=1047148
diff --git a/src/journal/journal-vacuum.c b/src/journal/journal-vacuum.c
index c92c198..ebe5e42 100644
--- a/src/journal/journal-vacuum.c
+++ b/src/journal/journal-vacuum.c
@@ -333,7 +333,7 @@ finish:
free(list[i].filename);
free(list);
- log_info("Vacuuming done, freed %"PRIu64" bytes", freed);
+ log_debug("Vacuuming done, freed %"PRIu64" bytes", freed);
return r;
}
More information about the systemd-commits
mailing list