From: Lennart Poettering Date: Mon, 27 Feb 2023 14:39:24 +0000 (+0100) Subject: journald: start log message uppercase, like every other one around X-Git-Tag: v254-rc1~1148^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=07a06f5d0c6c118b3efcc4999aec110e0141ed89;p=thirdparty%2Fsystemd.git journald: start log message uppercase, like every other one around --- diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index ec784c957f7..1fe587f3246 100644 --- a/src/journal/journald-server.c +++ b/src/journal/journald-server.c @@ -890,7 +890,7 @@ static bool shall_try_append_again(JournalFile *f, int r) { return true; case -EAFNOSUPPORT: - log_ratelimit_warning(JOURNAL_LOG_RATELIMIT, "%s: underlying file system does not support memory mapping or another required file system feature.", f->path); + log_ratelimit_warning(JOURNAL_LOG_RATELIMIT, "%s: Underlying file system does not support memory mapping or another required file system feature.", f->path); return false; default: