journalctl: improve wording in an errors message

Fixes: #4660
This commit is contained in:
Lennart Poettering 2016-12-06 19:34:18 +01:00
parent 33d2308c1f
commit 493097eecc

View file

@ -2318,7 +2318,7 @@ int main(int argc, char *argv[]) {
if (arg_boot_offset != 0 &&
sd_journal_has_runtime_files(j) > 0 &&
sd_journal_has_persistent_files(j) == 0) {
log_info("Specifying boot ID has no effect, no persistent journal was found");
log_info("Specifying boot ID or boot offset has no effect, no persistent journal was found.");
r = 0;
goto finish;
}