journald: start log message uppercase, like every other one around

This commit is contained in:
Lennart Poettering 2023-02-27 15:39:24 +01:00
parent d6df3bfbb8
commit 07a06f5d0c

View 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: