]> git.ipfire.org Git - thirdparty/systemd.git/commit
core: add debug log when a job in the activation queue is not runnable 15526/head
authorLuca Boccassi <luca.boccassi@microsoft.com>
Tue, 21 Apr 2020 16:28:01 +0000 (17:28 +0100)
committerLuca Boccassi <luca.boccassi@microsoft.com>
Wed, 22 Apr 2020 08:58:12 +0000 (09:58 +0100)
commitc03fbd37d662a1cb8b63f505b1dd29389eba1d2e
tree9e0af9bb00ab6ffffb58950ffad4299795cc1b5f
parentc5bc2c01eef4d3defb58245960065a063f5f75cf
core: add debug log when a job in the activation queue is not runnable

When a job is skipped due its dependencies not being ready, log
a debug message saying what is holding it back.
This was very useful with transient units timing out to figure
out where the problem was.
src/core/job.c