X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Fjob.c;h=31ab11880ef0fa1a52b4d4c6a9c628c6d8a56928;hb=38c888a4049438f2521edf38d55f937b53d17a9e;hp=5ff95f5c908fa713400fe6a613903d0cc8a0d570;hpb=f274ece0f76b5709408821e317e87aef76123db6;p=elogind.git diff --git a/src/core/job.c b/src/core/job.c index 5ff95f5c9..31ab11880 100644 --- a/src/core/job.c +++ b/src/core/job.c @@ -821,7 +821,7 @@ int job_finish_and_invalidate(Job *j, JobResult result, bool recursive) { log_struct(LOG_NOTICE, "UNIT=%s", u->id, "JOB_TYPE=%s", job_type_to_string(t), - "JOB_RESULT=%s", job_result_to_string(t), + "JOB_RESULT=%s", job_result_to_string(result), "Job %s/%s failed with result '%s'.", u->id, job_type_to_string(t),