From: Lennart Poettering Date: Thu, 19 Jun 2025 08:15:35 +0000 (+0200) Subject: core: when removing a job from a transaction, include in structured log message which X-Git-Tag: v258-rc1~265^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=becbd2ec4e00aafb656ebc4b2977c1f62adc2ee8;p=thirdparty%2Fsystemd.git core: when removing a job from a transaction, include in structured log message which --- diff --git a/src/core/transaction.c b/src/core/transaction.c index 84de9000c39..1fe3c950e24 100644 --- a/src/core/transaction.c +++ b/src/core/transaction.c @@ -425,6 +425,8 @@ static int transaction_verify_order_one(Transaction *tr, Job *j, Job *from, unsi delete->unit->id, job_type_to_string(delete->type), j->unit->id, job_type_to_string(j->type)), LOG_MESSAGE_ID(SD_MESSAGE_DELETING_JOB_BECAUSE_ORDERING_CYCLE_STR), + LOG_ITEM("DELETED_UNIT=%s", delete->unit->id), + LOG_ITEM("DELETED_TYPE=%s", job_type_to_string(delete->type)), LOG_ITEM("%s", strna(unit_ids))); if (log_get_show_color())