From 07a06f5d0c6c118b3efcc4999aec110e0141ed89 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 27 Feb 2023 15:39:24 +0100 Subject: journald: start log message uppercase, like every other one around --- src/journal/journald-server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/journal') diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index ec784c957f..1fe587f324 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: -- cgit v1.2.1