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: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=7c670f5b44a6e8758918eaacd59f472ee7942514 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 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);