summaryrefslogtreecommitdiff
path: root/src/manager.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-08 04:09:17 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-08 04:09:17 +0200
commit1e3ad081efda42dd1cc737ce7e98be8889c78340 (patch)
tree95e2dab095999baa69ad62d413e72b318daf8760 /src/manager.c
parent398ef8ba0266cca453d90a90b3a2aa1caa44189f (diff)
execute: if the main process of a service already owns the TTY, don't wait for acquiring it again in the reload/stop step
Diffstat (limited to 'src/manager.c')
-rw-r--r--src/manager.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager.c b/src/manager.c
index 9cbf9c8748..adff546397 100644
--- a/src/manager.c
+++ b/src/manager.c
@@ -1273,7 +1273,7 @@ static int transaction_add_job_and_dependencies(
assert(unit);
if (unit->meta.load_state != UNIT_LOADED) {
- dbus_set_error(e, BUS_ERROR_LOAD_FAILED, "Unit %s failed to load.", unit->meta.id);
+ dbus_set_error(e, BUS_ERROR_LOAD_FAILED, "Unit %s failed to load. See logs for details.", unit->meta.id);
return -EINVAL;
}