summaryrefslogtreecommitdiff
path: root/src/job.c
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-07-07 02:15:38 +0200
committerLennart Poettering <lennart@poettering.net>2010-07-07 02:21:41 +0200
commit9aab5a731db87f96101c2eb5d2b15ac45c3a33c3 (patch)
tree9661391879d63ae69b036d8dac412fe23fcb3042 /src/job.c
parent7e61bf2019c2cab4e1e21ee775bab25ef1a1bb81 (diff)
unit: don't cancel dependent jobs if a stopped daemon returned an error code
Diffstat (limited to 'src/job.c')
-rw-r--r--src/job.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/job.c b/src/job.c
index 2199d75f60..0a9ce153f6 100644
--- a/src/job.c
+++ b/src/job.c
@@ -484,7 +484,7 @@ int job_finish_and_invalidate(Job *j, bool success) {
job_free(j);
if (!success)
- 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 ".\n", unit_description(u));
/* Fail depending jobs on failure */
if (!success) {