chiark / gitweb /
journal: catalog - silent output, it's usually only called by package management
[elogind.git] / src / journal / catalog.c
index ce6cfabb6dc991ee2d50ed7328028046dd789861..22029da8518893ef0197e5bfc489addf49a0598c 100644 (file)
@@ -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);