chiark / gitweb /
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)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:49:38 +0000 (07:49 +0200)
commitd069de81ca1056ebe59650554ee5abc700a39b3f
tree54a25eb02796c6af69f1fd19d6a7b23e6a59aa76
parenta48f920f337810efad45c2bf2031bb74d529180c
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