From 9aab5a731db87f96101c2eb5d2b15ac45c3a33c3 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 7 Jul 2010 02:15:38 +0200 Subject: unit: don't cancel dependent jobs if a stopped daemon returned an error code --- src/job.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/job.c') 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) { -- cgit v1.2.3-54-g00ecf