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);