summaryrefslogtreecommitdiff
path: root/src/journal/catalog.c
diff options
context:
space:
mode:
authorKay Sievers <kay@vrfy.org>2012-11-16 19:34:53 +0100
committerKay Sievers <kay@vrfy.org>2012-11-16 19:34:53 +0100
commit7c670f5b44a6e8758918eaacd59f472ee7942514 (patch)
treef177341bcdb979744e3a7a1ea5ea1596a779a75d /src/journal/catalog.c
parent3cdebc217c42c8529086f2965319b6a48eaaeabe (diff)
journal: catalog - silent output, it's usually only called by package management
Diffstat (limited to 'src/journal/catalog.c')
-rw-r--r--src/journal/catalog.c2
1 files changed, 1 insertions, 1 deletions
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);