diff options
Diffstat (limited to 'src/journal')
-rw-r--r-- | src/journal/journald-server.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 |