summaryrefslogtreecommitdiff
path: root/src/journal
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2023-02-27 15:39:24 +0100
committerLennart Poettering <lennart@poettering.net>2023-02-28 09:32:42 +0100
commit07a06f5d0c6c118b3efcc4999aec110e0141ed89 (patch)
tree0349f51aae4cc6acdc96df05f5146a7a4fbaf7ee /src/journal
parentd6df3bfbb82330fc0e2f90c5455bfe2a89d67477 (diff)
downloadsystemd-07a06f5d0c6c118b3efcc4999aec110e0141ed89.tar.gz
journald: start log message uppercase, like every other one around
Diffstat (limited to 'src/journal')
-rw-r--r--src/journal/journald-server.c2
1 files changed, 1 insertions, 1 deletions
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: