From: Lennart Poettering Date: Wed, 12 Oct 2016 18:23:43 +0000 (+0200) Subject: journalctl: say in which directory we vacuum stuff X-Git-Tag: v232~101^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3cc44bf91babddb667c877706e29c927c27ebb62;p=thirdparty%2Fsystemd.git journalctl: say in which directory we vacuum stuff Fixes: #4060 --- diff --git a/src/journal/journal-vacuum.c b/src/journal/journal-vacuum.c index f09dc66e03c..12ce2fd56c0 100644 --- a/src/journal/journal-vacuum.c +++ b/src/journal/journal-vacuum.c @@ -343,7 +343,7 @@ finish: free(list[i].filename); free(list); - log_full(verbose ? LOG_INFO : LOG_DEBUG, "Vacuuming done, freed %s of archived journals on disk.", format_bytes(sbytes, sizeof(sbytes), freed)); + log_full(verbose ? LOG_INFO : LOG_DEBUG, "Vacuuming done, freed %s of archived journals from %s.", format_bytes(sbytes, sizeof(sbytes), freed), directory); return r; }