Skip to content

Commit

Permalink
journalctl: improve wording in an errors message
Browse files Browse the repository at this point in the history
Fixes: #4660
  • Loading branch information
poettering committed Dec 14, 2016
1 parent 33d2308 commit 493097e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/journal/journalctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 493097e

Please sign in to comment.