]> git.ipfire.org Git - thirdparty/systemd.git/commit
sd-device: add more debugging logs in device_set_syspath()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 Jan 2022 07:07:26 +0000 (16:07 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Wed, 19 Jan 2022 11:48:36 +0000 (20:48 +0900)
commitd7cb60daf6d3769f1e26753195d62e8fcee025fa
tree9502fe1c018276d45278da9e6eb9e408722e32ca
parent30b6f7d714ff961d69d881fd31717e93e30b5c48
sd-device: add more debugging logs in device_set_syspath()

On failure, the function previously sometimes logs in debug level, but
sometimes does not. Let's always log the error cause.
src/libsystemd/sd-device/sd-device.c