From: Lennart Poettering Date: Mon, 14 Feb 2011 22:10:31 +0000 (+0100) Subject: job: make status message printing more verbose X-Git-Tag: v18~19 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=3036c489fa503031acb9a2fba1f3537cbe59ae9e;hp=a4477e68524ea7aeadd57028ff83319cb2c83620;p=elogind.git job: make status message printing more verbose --- diff --git a/src/job.c b/src/job.c index 30a46bea8..18a249592 100644 --- a/src/job.c +++ b/src/job.c @@ -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) {