chiark / gitweb /
transaction: print more information about conflicting jobs
[elogind.git] / src / core / transaction.c
index 36e31c45c9949dc5a5a82b981ff31490242c24cb..d00f4277e1a65ffb2a6e27d4aeb6751d3dbbbe66 100644 (file)
@@ -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;