]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journalctl: say in which directory we vacuum stuff
authorLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2016 18:23:43 +0000 (20:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Wed, 12 Oct 2016 18:25:20 +0000 (20:25 +0200)
Fixes: #4060
src/journal/journal-vacuum.c

index f09dc66e03cc35a948ebb3cec258f42fd67847a3..12ce2fd56c0077fa5dfec52be199e15b1bd4c55f 100644 (file)
@@ -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;
 }