]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
journald: fix build error
authorLuca Boccassi <bluca@debian.org>
Tue, 6 Dec 2022 01:06:19 +0000 (01:06 +0000)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 6 Dec 2022 02:41:03 +0000 (11:41 +0900)
Follow-up for: 379864f89079a92ff09917e25b3aea0fadd228ac

Two PRs clashed with each other and were merged before we noticed

src/journal/journald-server.c

index 928e07104b40c48d6c1ca6f3fe38897fa29027b0..b268db0220ea4387283e660fddc691977e83c901 100644 (file)
@@ -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) */