From: Kay Sievers Date: Fri, 16 Nov 2012 18:34:53 +0000 (+0100) Subject: journal: catalog - silent output, it's usually only called by package management X-Git-Tag: v196~42 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7c670f5b44a6e8758918eaacd59f472ee7942514;p=thirdparty%2Fsystemd.git 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 ce6cfabb6dc..22029da8518 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);