chiark / gitweb /
unit: don't cancel dependent jobs if a stopped daemon returned an error code
[elogind.git] / src / job.c
index 2199d75f6092df0a4bc232f2ca07dc8080f6c667..0a9ce153f697a9521b5b53efd32d51ee19d9b1f8 100644 (file)
--- 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) {