]> git.ipfire.org Git - thirdparty/systemd.git/commit - src/journal/journalctl.c
journalctl: honor --quiet when vacuuming (#6771)
authorKai-Heng Feng <kaihengfeng@gmail.com>
Fri, 8 Sep 2017 12:25:44 +0000 (20:25 +0800)
committerLennart Poettering <lennart@poettering.net>
Fri, 8 Sep 2017 12:25:44 +0000 (14:25 +0200)
commite3695e499a54071aa5fa3b79bdbff0be2c528204
tree9f99cf7c8438d6f59b7c578dc82ac94d93d7ee58
parentc4819961b1230c0c3a9e5b1964d1127689e9440d
journalctl: honor --quiet when vacuuming (#6771)

'journalctl --vacuum-*' does not suppress output message with --quiet.

Let journal_directory_vacuum honors --quiet to fix the problem.

BugLink: https://bugs.launchpad.net/bugs/1692188
src/journal/journalctl.c