]> git.ipfire.org Git - thirdparty/systemd.git/commit
udev: stop to use LOG_REALM_UDEV
authorYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 17 Jan 2021 04:32:29 +0000 (13:32 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Mon, 25 Jan 2021 11:32:18 +0000 (20:32 +0900)
commit3cc6b14a87f813bfdda36fe3ca0e65888cffd0b2
tree33df75d21e3e49513e186e976d884c032cdcf5e0
parent10d296c1892c806fba93598a7a141c3afe7883fa
udev: stop to use LOG_REALM_UDEV

Before this commit, udevd is built with LOG_REALM=LOG_REALM_UDEV.
However, log level specified by e.g. environment variable or kernel
command line option are also passed to LOG_REALM_SYSTEMD. So, the
maximum log level for the two realms are always equivalent, and it is
not necessary to specify the build option. Hence drop it.
meson.build
src/shared/udev-util.c
src/test/meson.build
src/udev/fuzz-udev-rules.c
src/udev/meson.build
src/udev/udev-rules.c
src/udev/udevadm.c
src/udev/udevd.c