• D
    avoid using deprecated udev logging functions · acb00b7a
    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)
    acb00b7a
node_device_udev.c 50.5 KB