chiark / gitweb /
sd-bus: when showing brief message info show error name in debug out put too
authorLennart Poettering <lennart@poettering.net>
Fri, 29 Sep 2017 15:48:29 +0000 (17:48 +0200)
committerSven Eden <yamakuzure@gmx.net>
Fri, 29 Sep 2017 15:48:29 +0000 (17:48 +0200)
commit36088755126fe0332bdfb57c95ba71f015ce7319
treefd36e9f9a654386d433404b3db69e93d15f233ba
parent977c8e1ea15244764814fb3f456f6d3c5e4f284b
sd-bus: when showing brief message info show error name in debug out put too

When debug logging is enabled we show brief information about every bus
message we send or receieve. Pretty much all information is shown,
except for the error name if a message is an error (interestingly we do
print the error text however). Fix that, and add the error name as well.
src/libelogind/sd-bus/sd-bus.c