diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2016-12-17 13:36:00 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-12-17 13:36:00 -0500 |
commit | 117d5a27a3480fd9729cfadd98d135d21732a88d (patch) | |
tree | 8d1e3e1387c11a4348fc7bd7a488630170f32d1a /src/journal/journalctl.c | |
parent | 3e7bc89b8fdd786ab0188f654c38ad8c199a52be (diff) | |
parent | 8eb7383ba8b0052d7eafb9a2270afe4f7773f31a (diff) |
Merge pull request #4845 from poettering/various-smaller-fixes
Various smaller fixes
Diffstat (limited to 'src/journal/journalctl.c')
-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; } |