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://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3036c489fa503031acb9a2fba1f3537cbe59ae9e;p=systemd job: make status message printing more verbose --- diff --git a/src/job.c b/src/job.c index 30a46bea..18a24959 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) {