X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Ftransaction.c;h=d00f4277e1a65ffb2a6e27d4aeb6751d3dbbbe66;hb=75cb8502dfec0a6a5305fe766d4b6a1a04a43549;hp=36e31c45c9949dc5a5a82b981ff31490242c24cb;hpb=3ce09b7da2eb8b888066468663b2b5c81a05a03c;p=elogind.git diff --git a/src/core/transaction.c b/src/core/transaction.c index 36e31c45c..d00f4277e 100644 --- a/src/core/transaction.c +++ b/src/core/transaction.c @@ -223,7 +223,9 @@ static int delete_one_unmergeable_job(Transaction *tr, Job *j) { /* Ok, we can drop one, so let's do so. */ log_debug_unit(d->unit->id, - "Fixing conflicting jobs by deleting job %s/%s", + "Fixing conflicting jobs %s/%s,%s/%s by deleting job %s/%s", + j->unit->id, job_type_to_string(j->type), + k->unit->id, job_type_to_string(k->type), d->unit->id, job_type_to_string(d->type)); transaction_delete_job(tr, d, true); return 0;