mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-06 12:58:22 +03:00
journald: fix log message
(cherry picked from commit 01aa59979bc61125f599a5b8a6c911fff5daaee7) (cherry picked from commit 649e335bc160c014712afb02a04846a1072b1b32) (cherry picked from commit 7f961939757d4f9cdfeea8fc4cbe5017a3e0dda7)
This commit is contained in:
parent
29b01b2e41
commit
fc9215ad58
@ -2039,7 +2039,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
|
||||
|
Loading…
x
Reference in New Issue
Block a user