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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3036c489fa503031acb9a2fba1f3537cbe59ae9e;p=thirdparty%2Fsystemd.git job: make status message printing more verbose --- diff --git a/src/job.c b/src/job.c index 30a46bea8bf..18a249592bb 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) {