X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Ftransaction.c;h=d00f4277e1a65ffb2a6e27d4aeb6751d3dbbbe66;hb=68a8723c8592c06b2c978f391cb47db266d9d6de;hp=36e31c45c9949dc5a5a82b981ff31490242c24cb;hpb=255baef68a8d9d74cb3b846f93c290225ad162aa;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;