From 10ba4835042c9815a755f8faa774651ec3d52467 Mon Sep 17 00:00:00 2001 From: WaLyong Cho Date: Tue, 29 Dec 2015 14:15:04 +0900 Subject: bus-util: print "systemctl --user" on user service manager When a unit was started with "systemctl --user" and it failed, error messages is printed as "systemctl status". But it should be "systemctl --user status". --- src/machine/machinectl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/machine') diff --git a/src/machine/machinectl.c b/src/machine/machinectl.c index 685bbafdf1..38a75f85d5 100644 --- a/src/machine/machinectl.c +++ b/src/machine/machinectl.c @@ -1571,7 +1571,7 @@ static int start_machine(int argc, char *argv[], void *userdata) { return log_oom(); } - r = bus_wait_for_jobs(w, arg_quiet); + r = bus_wait_for_jobs(w, arg_quiet, NULL); if (r < 0) return r; -- cgit v1.2.3-54-g00ecf