From: Luca Boccassi Date: Tue, 6 Dec 2022 01:06:19 +0000 (+0000) Subject: journald: fix build error X-Git-Tag: v253-rc1~364 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=83320324df9cea1ba5d61c74b25a4a20cff56a8e;p=thirdparty%2Fsystemd.git journald: fix build error Follow-up for: 379864f89079a92ff09917e25b3aea0fadd228ac Two PRs clashed with each other and were merged before we noticed --- diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index 928e07104b4..b268db0220e 100644 --- a/src/journal/journald-server.c +++ b/src/journal/journald-server.c @@ -806,7 +806,7 @@ static bool shall_try_append_again(JournalFile *f, int r) { * rotated. If the FS is read-only, rotation will fail and s->system_journal will be set to * NULL. After that, when find_journal will try to open the journal since s->system_journal * will be NULL, it will open the runtime journal. */ - log_ratelimit_warning(JOURNALD_LOG_RATELIMIT, "%s: Read-only file system, rotating.", f->path); + log_ratelimit_warning(JOURNAL_LOG_RATELIMIT, "%s: Read-only file system, rotating.", f->path); return true; case -EIO: /* I/O error of some kind (mmap) */