mirror of
https://github.com/clearlinux/systemd-stable.git
synced 2026-09-06 13:41:31 +00:00
manager: report correctly which job was deleted when breaking cycle
This commit is contained in:
committed by
Lennart Poettering
parent
ee0dd8021b
commit
54ec68b6f6
+1
-1
@@ -982,7 +982,7 @@ static int transaction_verify_order_one(Manager *m, Job *j, Job *from, unsigned
|
||||
|
||||
|
||||
if (delete) {
|
||||
log_warning("Breaking ordering cycle by deleting job %s/%s", k->unit->meta.id, job_type_to_string(k->type));
|
||||
log_warning("Breaking ordering cycle by deleting job %s/%s", delete->unit->meta.id, job_type_to_string(delete->type));
|
||||
transaction_delete_unit(m, delete->unit);
|
||||
return -EAGAIN;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user