X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fmanager.c;h=ae2960236ec4dac7c54f097830668987d24d0332;hb=248e6030e007b6ee7b31ada6e42053cb1ebfc80d;hp=e90757eacd76873a4e844cef11762463f19816aa;hpb=1f5558b4990c683d69e10217f1bf73ecb66ca2d2;p=elogind.git diff --git a/src/manager.c b/src/manager.c index e90757eac..ae2960236 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;