mirror of
https://github.com/systemd/systemd.git
synced 2025-03-14 04:58:28 +03:00
core: use correct argument of type JobResult
This commit is contained in:
parent
10ffbc99af
commit
38c888a404
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user