X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fjob.c;h=0a9ce153f697a9521b5b53efd32d51ee19d9b1f8;hb=9aab5a731db87f96101c2eb5d2b15ac45c3a33c3;hp=2199d75f6092df0a4bc232f2ca07dc8080f6c667;hpb=7e61bf2019c2cab4e1e21ee775bab25ef1a1bb81;p=elogind.git diff --git a/src/job.c b/src/job.c index 2199d75f6..0a9ce153f 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) {