]> 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>
Tue, 15 Dec 2015 23:58:23 +0000 (16:58 -0700)
commite3b43a952a6761526f429916e9c399b0e8ce0671
tree1cf7dfeb8a168ea99b26c08653d17bfb0919813b
parentdab6bd975e18b5ca23704fa39c0595f193fa2d8a
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