diff options
author | Kay Sievers <kay@vrfy.org> | 2012-11-16 19:34:53 +0100 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2012-11-16 19:34:53 +0100 |
commit | 7c670f5b44a6e8758918eaacd59f472ee7942514 (patch) | |
tree | f177341bcdb979744e3a7a1ea5ea1596a779a75d /src/journal | |
parent | 3cdebc217c42c8529086f2965319b6a48eaaeabe (diff) |
journal: catalog - silent output, it's usually only called by package management
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/catalog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/catalog.c b/src/journal/catalog.c index ce6cfabb6d..22029da851 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); |