]> git.ipfire.org Git - thirdparty/systemd.git/commit - meson.build
udev: use LOG_REALM_UDEV in all udev code
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Thu, 23 Feb 2017 04:13:22 +0000 (23:13 -0500)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 8 May 2017 02:49:12 +0000 (22:49 -0400)
commit5c72049f91b82c8edb64840343df41329f81c7f6
tree6e885d209b7e4921dbea4e490cd52571b19e14c2
parentff524019efda6d504dbdddbe5ba6aa3cffb2a7b4
udev: use LOG_REALM_UDEV in all udev code

Any call to set/query/use the log level in the code with LOG_REALM=LOG_REALM_UDEV
refers to log_max_level[1]. In particular this means that systemd code using
the libudev library uses does not set the log level for log calls done in libudev.

Fixes #4525.

v2:
- also update meson's meson.build
Makefile.am
meson.build
src/udev/meson.build