From: Lennart Poettering Date: Mon, 15 Feb 2021 22:31:54 +0000 (+0100) Subject: journalctl: rotation is not a reason to warn, but certainly noteworthy X-Git-Tag: v248-rc1~116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=71311efe2377d7e37a6af76f110882eed2332f4e;p=thirdparty%2Fsystemd.git journalctl: rotation is not a reason to warn, but certainly noteworthy Downgrade the phrasing, since it is a bit misleading. Fixes: #18465 --- diff --git a/src/shared/logs-show.c b/src/shared/logs-show.c index e60ee50e1cb..948bdb5ce95 100644 --- a/src/shared/logs-show.c +++ b/src/shared/logs-show.c @@ -1398,7 +1398,7 @@ int show_journal( if (line == 0 && noaccess) fprintf(f, "Warning: some journal files were not opened due to insufficient permissions."); else if (!noaccess) - fprintf(f, "Warning: journal has been rotated since unit was started, output may be incomplete.\n"); + fprintf(f, "Notice: journal has been rotated since unit was started, output may be incomplete.\n"); else fprintf(f, "Warning: journal has been rotated since unit was started and some journal " "files were not opened due to insufficient permissions, output may be incomplete.\n");