From: Yu Watanabe Date: Tue, 4 Apr 2023 08:11:28 +0000 (+0900) Subject: journald: fix log message X-Git-Tag: v254-rc1~792^2~5 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=01aa59979bc61125f599a5b8a6c911fff5daaee7;p=systemd%2F.git journald: fix log message --- diff --git a/src/journal/journald-server.c b/src/journal/journald-server.c index a8958fcb0c..4d1820f9b0 100644 --- a/src/journal/journald-server.c +++ b/src/journal/journald-server.c @@ -2124,7 +2124,7 @@ static int vl_method_synchronize(Varlink *link, JsonVariant *parameters, Varlink if (json_variant_elements(parameters) > 0) return varlink_error_invalid_parameter(link, parameters); - log_info("Received client request to rotate journal."); + log_info("Received client request to sync journal."); /* We don't do the main work now, but instead enqueue a deferred event loop job which will do * it. That job is scheduled at low priority, so that we return from this method call only after all