journal: downgrade vaccuum message to debug level

https://bugzilla.redhat.com/show_bug.cgi?id=1047148
(cherry picked from commit 3bb621e1e6)
This commit is contained in:
Lennart Poettering
2014-03-05 00:26:49 -05:00
committed by Zbigniew Jędrzejewski-Szmek
parent 536e62feff
commit d5fdaa66bf
+1 -1
View File
@@ -334,7 +334,7 @@ finish:
free(list[i].filename);
free(list);
log_info("Vacuuming done, freed %"PRIu64" bytes", freed);
log_debug("Vacuuming done, freed %"PRIu64" bytes", freed);
return r;
}