• D
    avoid using deprecated udev logging functions · afe995bb
    Daniel P. Berrange 提交于
    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 a93a3b97)
    afe995bb
virt-udev.m4 1.4 KB