journal: catalog - silent output, it's usually only called by package management

This commit is contained in:
Kay Sievers 2012-11-16 19:34:53 +01:00
parent 3cdebc217c
commit 7c670f5b44
1 changed files with 1 additions and 1 deletions

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