chiark / gitweb /
Raise level of 'Found dependency...' lines
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 2 Nov 2014 17:10:42 +0000 (12:10 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sun, 2 Nov 2014 17:33:54 +0000 (12:33 -0500)
commit14fe721b5f6d8457cc8737fa75f2ed79e7fa534b
treec9263e95944e6f3ff40000ba1315ed5092dd38fa
parent8cd80c94a5780651f6e7a4a97a3e3111dbd88682
Raise level of 'Found dependency...' lines

This way they always show up together with 'Found ordering cycle...'.
Ordering cycles are a serious error and a major pain to debug. If
quiet is enabled, only the first and the last line of output are
shown:

systemd[1]: Found ordering cycle on basic.target/start
systemd[1]: Breaking ordering cycle by deleting job timers.target/start
systemd[1]: Job timers.target/start deleted to break ordering cycle starting with basic.target/start

which isn't particularly enlightening. So just show the whole message
at the same level.

https://bugzilla.redhat.com/show_bug.cgi?id=1158206
src/core/transaction.c