journalctl: say in which directory we vacuum stuff

Fixes: #4060
This commit is contained in:
Lennart Poettering 2016-10-12 20:23:43 +02:00
parent 8da830bca9
commit 3cc44bf91b
1 changed files with 1 additions and 1 deletions

View 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;
}