From: Lennart Poettering Date: Tue, 6 Dec 2016 18:34:18 +0000 (+0100) Subject: journalctl: improve wording in an errors message X-Git-Tag: v233~311^2~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=493097eecc03105892740b8b0fe9739296130703;p=thirdparty%2Fsystemd.git journalctl: improve wording in an errors message Fixes: #4660 --- diff --git a/src/journal/journalctl.c b/src/journal/journalctl.c index 10d3ff3b45c..ecd1e94a339 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; }