mirror of
https://github.com/systemd/systemd.git
synced 2025-08-13 21:49:54 +03:00
various: reword message
This commit is contained in:
@ -52,7 +52,7 @@ static void start_target(const char *target, const char *mode) {
|
||||
return;
|
||||
}
|
||||
|
||||
log_info("Running request %s/start/%s", target, mode);
|
||||
log_info("Requesting %s/start/%s", target, mode);
|
||||
|
||||
/* Start this unit only if we can replace basic.target with it */
|
||||
r = sd_bus_call_method(bus,
|
||||
|
@ -103,7 +103,7 @@ static int change_runlevel(Server *s, int runlevel) {
|
||||
else
|
||||
mode = "replace-irreversibly";
|
||||
|
||||
log_debug("Running request %s/start/%s", target, mode);
|
||||
log_debug("Requesting %s/start/%s", target, mode);
|
||||
|
||||
r = sd_bus_call_method(
|
||||
s->bus,
|
||||
|
Reference in New Issue
Block a user