From: Michal Schmidt Date: Sun, 13 May 2012 21:28:46 +0000 (+0200) Subject: job: report the status of first half of JOB_RESTART the same as JOB_STOP X-Git-Tag: v183~118 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;ds=sidebyside;h=1f136e7acffe0354c0a0639a6280c6e75a6d7739;p=elogind.git job: report the status of first half of JOB_RESTART the same as JOB_STOP --- diff --git a/src/core/job.c b/src/core/job.c index 107961ae2..c9ca60d88 100644 --- a/src/core/job.c +++ b/src/core/job.c @@ -587,7 +587,7 @@ static void job_print_status_message(Unit *u, JobType t, JobResult result) { ; } - } else if (t == JOB_STOP) { + } else if (t == JOB_STOP || t == JOB_RESTART) { format = format_table->finished_stop_job[result]; if (!format)