X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fcore%2Ftransaction.c;h=bbaa6daa764f40aaece0362813b12354fbbbe370;hb=b5884878a2874447b2a9f07f324a7cd909d96d48;hp=488cb86fe46de6afcad2cc1d2efa8a057d9d9f98;hpb=7358dc029ab8cb8f9d83eb847389d84f822ccfe8;p=elogind.git diff --git a/src/core/transaction.c b/src/core/transaction.c index 488cb86fe..bbaa6daa7 100644 --- a/src/core/transaction.c +++ b/src/core/transaction.c @@ -376,9 +376,9 @@ static int transaction_verify_order_one(Transaction *tr, Job *j, Job *from, unsi for (k = from; k; k = ((k->generation == generation && k->marker != k) ? k->marker : NULL)) { /* logging for j not k here here to provide consistent narrative */ - log_info_unit(j->unit->id, - "Found dependency on %s/%s", - k->unit->id, job_type_to_string(k->type)); + log_warning_unit(j->unit->id, + "Found dependency on %s/%s", + k->unit->id, job_type_to_string(k->type)); if (!delete && hashmap_get(tr->jobs, k->unit) && !unit_matters_to_anchor(k->unit, k)) {