mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-04 20:51:33 +00:00
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:
committed by
Zbigniew Jędrzejewski-Szmek
parent
536e62feff
commit
d5fdaa66bf
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user