]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journald: start log message uppercase, like every other one around
authorLennart Poettering <lennart@poettering.net>
Mon, 27 Feb 2023 14:39:24 +0000 (15:39 +0100)
committerLennart Poettering <lennart@poettering.net>
Tue, 28 Feb 2023 08:32:42 +0000 (09:32 +0100)
src/journal/journald-server.c

index ec784c957f7dbd159d983dcc73f8781866ee55fc..1fe587f32460afa7afa14b9c25658dc44319da3d 100644 (file)
@@ -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: