job: make status message printing more verbose

This commit is contained in:
Lennart Poettering 2011-02-14 23:10:31 +01:00
parent a4477e6852
commit 3036c489fa

View file

@ -498,7 +498,7 @@ int job_finish_and_invalidate(Job *j, bool success) {
job_free(j);
if (!success && j->type == JOB_START)
unit_status_printf(u, "Starting %s " ANSI_HIGHLIGHT_ON "failed" ANSI_HIGHLIGHT_OFF ".\n", unit_description(u));
unit_status_printf(u, "Starting %s " ANSI_HIGHLIGHT_ON "failed" ANSI_HIGHLIGHT_OFF ", see 'systemctl status %s' for details.\n", unit_description(u), u->meta.id);
/* Fail depending jobs on failure */
if (!success) {