mirror of
https://github.com/systemd/systemd.git
synced 2024-12-14 20:54:02 +08:00
journal: downgrade vaccuum message to debug level
https://bugzilla.redhat.com/show_bug.cgi?id=1047148
This commit is contained in:
parent
8f03fd0891
commit
3bb621e1e6
Notes:
Zbigniew Jędrzejewski-Szmek
2014-02-27 23:22:21 -05:00
Backport: bugfix
@ -333,7 +333,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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user