diff options
author | Lennart Poettering <lennart@poettering.net> | 2016-12-06 19:34:18 +0100 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2016-12-14 18:29:30 +0100 |
commit | 493097eecc03105892740b8b0fe9739296130703 (patch) | |
tree | 0b498e3163d62d37dd1be9f86176ebae963e68da /src/journal | |
parent | 33d2308c1fb8d18400f3aba8f7fc477d9cd6c5b1 (diff) |
journalctl: improve wording in an errors message
Fixes: #4660
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/journalctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 10d3ff3b45..ecd1e94a33 100644 --- a/src/journal/journalctl.c +++ b/src/journal/journalctl.c @@ -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; } |