mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
logs-show: add missing newline in warning message
This commit is contained in:
parent
fcc3c20ca3
commit
17e9000164
@ -1396,7 +1396,7 @@ int show_journal(
|
||||
bool noaccess = journal_access_blocked(j);
|
||||
|
||||
if (line == 0 && noaccess)
|
||||
fprintf(f, "Warning: some journal files were not opened due to insufficient permissions.");
|
||||
fprintf(f, "Warning: some journal files were not opened due to insufficient permissions.\n");
|
||||
else if (!noaccess)
|
||||
fprintf(f, "Notice: journal has been rotated since unit was started, output may be incomplete.\n");
|
||||
else
|
||||
|
Loading…
x
Reference in New Issue
Block a user