]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journalctl: improve wording in an errors message
authorLennart Poettering <lennart@poettering.net>
Tue, 6 Dec 2016 18:34:18 +0000 (19:34 +0100)
committerLennart Poettering <lennart@poettering.net>
Wed, 14 Dec 2016 17:29:30 +0000 (18:29 +0100)
Fixes: #4660
src/journal/journalctl.c

index 10d3ff3b45ca8a17ca10b3a2eb8bcd792924df46..ecd1e94a339ba20c5a684414f4ffb8083572fd03 100644 (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;
         }