From 7c670f5b44a6e8758918eaacd59f472ee7942514 Mon Sep 17 00:00:00 2001 From: Kay Sievers Date: Fri, 16 Nov 2012 19:34:53 +0100 Subject: [PATCH] journal: catalog - silent output, it's usually only called by package management --- src/journal/catalog.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/journal/catalog.c b/src/journal/catalog.c index ce6cfabb6..22029da85 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); -- 2.30.2