diff options
Diffstat (limited to 'src/job.c')
-rw-r--r-- | src/job.c | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -483,6 +483,9 @@ int job_finish_and_invalidate(Job *j, bool success) { t = j->type; job_free(j); + if (!success) + unit_status_printf(u, "Starting %s... " ANSI_HIGHLIGHT_ON "failed" ANSI_HIGHLIGHT_OFF ".\n", unit_description(u)); + /* Fail depending jobs on failure */ if (!success) { |