]> git.ipfire.org Git - thirdparty/libvirt.git/commit
avoid using deprecated udev logging functions
authorDaniel P. Berrange <berrange@redhat.com>
Mon, 15 Dec 2014 15:32:13 +0000 (15:32 +0000)
committerEric Blake <eblake@redhat.com>
Wed, 16 Dec 2015 03:30:35 +0000 (20:30 -0700)
commitafe995bba16b1307bc81054358e64d644a0c50e1
tree7d2a2853bea6f471b7b9c01c357498880e5afe4d
parent87538e59adb8cae8d3ae02c81c147a95705a0c39
avoid using deprecated udev logging functions

In systemd >= 218, the udev_set_log_fn method has been marked
deprecated and turned into a no-op. Nothing in the udev client
library will print to stderr by default anymore, so we can
just stop installing a logging hook for new enough udev.

(cherry picked from commit a93a3b975cd0bad37ccae508d9b7a69aa72b6181)
m4/virt-udev.m4
src/node_device/node_device_udev.c