[systemd-commits] src/journal
Kay Sievers
kay at kemper.freedesktop.org
Fri Nov 16 10:36:57 PST 2012
src/journal/catalog.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 7c670f5b44a6e8758918eaacd59f472ee7942514
Author: Kay Sievers <kay at vrfy.org>
Date: Fri Nov 16 19:34:53 2012 +0100
journal: catalog - silent output, it's usually only called by package management
diff --git a/src/journal/catalog.c b/src/journal/catalog.c
index ce6cfab..22029da 100644
--- a/src/journal/catalog.c
+++ b/src/journal/catalog.c
@@ -384,7 +384,7 @@ int catalog_update(void) {
goto finish;
}
- log_info("%s: wrote %u items, with %zu bytes of strings, %zu total size.",
+ log_debug("%s: wrote %u items, with %zu bytes of strings, %zu total size.",
CATALOG_DATABASE, n, sb->len, ftell(w));
free(p);
More information about the systemd-commits
mailing list