]> git.ipfire.org Git - thirdparty/systemd.git/commit
meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666)
authorFranck Bui <fbui@suse.com>
Sat, 16 Dec 2017 08:36:36 +0000 (09:36 +0100)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Sat, 16 Dec 2017 08:36:36 +0000 (09:36 +0100)
commit6671e818e93ee1b3caf071d3aff284fb8fa85f00
treef77a32345ca6645706263addf35d9bd9a2534e3b
parent8769525f5724a184d70be8f578871753529bd04b
meson: libudev_core and udevadm should have LOG_REALM=LOG_REALM_UDEV (#7666)

Otherwise, setting udev_log=debug in /etc/udev/udev.conf has no effects since
systemd-udevd is built with LOG_REALM=LOG_REALM_UDEV.

However using LOG_REALM_UDEV (for libudev_core) reveals another similar bug for
udevadm which should also define LOG_REALM_UDEV.
meson.build
src/udev/meson.build