1
0
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:
Zbigniew Jędrzejewski-Szmek
2022-07-20 11:55:00 +02:00
parent 4e91024177
commit 8e34fdbd91
2 changed files with 2 additions and 2 deletions

View File

@ -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,

View File

@ -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,