]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev-rules: add missing device name prefix in log message
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sat, 9 Aug 2025 00:07:35 +0000 (09:07 +0900)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sat, 9 Aug 2025 10:41:57 +0000 (11:41 +0100)
commitd858b1b10ad85fc96ff86989297a2abc6205a343
tree3ebd6708a6e0b9c469dc398bdfc52eb29467919e
parent6c401974647cbbd74f5d8aae7a3138ecc3b5113f
udev-rules: add missing device name prefix in log message

Otherwise, it is hard to find the dump in journal. With this change,
we can find the entry by e.g.
journalctl -b -u systemd-udevd.service DEVICE=eth0

Follow-up for b4ffb776696bdd3a7345f73956ce7551f6b449ff.
src/udev/udev-rules.c