log_unit_struct(
u,
job_done_messages[result].log_level,
- LOG_MESSAGE("%s was skipped because no trigger condition checks were met.",
+ LOG_MESSAGE("%s skipped, no trigger condition checks were met.",
ident),
LOG_ITEM("JOB_ID=%" PRIu32, job_id),
LOG_ITEM("JOB_TYPE=%s", job_type_to_string(t)),
log_unit_struct(
u,
job_done_messages[result].log_level,
- LOG_MESSAGE("%s was skipped because of an unmet condition check (%s=%s%s).",
+ LOG_MESSAGE("%s skipped, unmet condition check %s=%s%s",
ident,
condition_type_to_string(c->type),
c->negate ? "!" : "",