diff options
author | Lennart Poettering <lennart@poettering.net> | 2010-10-26 22:40:02 +0200 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2010-10-26 22:40:02 +0200 |
commit | da8f9f8cff32029c74e9e566435079b2c5db0a5e (patch) | |
tree | dc9734cf1f5fb2004733f36858ac39da5d2891f2 /src/manager.c | |
parent | f1a1cd6497a970a8744b6d71cf5355fa9f75669c (diff) |
errors: refer to systemctl status when useful
Diffstat (limited to 'src/manager.c')
-rw-r--r-- | src/manager.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/manager.c b/src/manager.c index e90757eacd..ae2960236e 100644 --- a/src/manager.c +++ b/src/manager.c @@ -1413,7 +1413,7 @@ static int transaction_add_job_and_dependencies( if (type != JOB_STOP && unit->meta.load_state == UNIT_ERROR) { dbus_set_error(e, BUS_ERROR_LOAD_FAILED, "Unit %s failed to load: %s. " - "You might find more information in the system logs.", + "See system logs and 'systemctl status' for details.", unit->meta.id, strerror(-unit->meta.load_error)); return -EINVAL; |