
16 Dec
2014
16 Dec
'14
10:08 p.m.
On Mon, Dec 15, 2014 at 03:33:13PM +0000, Daniel P. Berrange wrote:
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.
This looks somehow reversed. Why should we log for libudev < 218 if we deem the messages superfluous for >= 218? I'm probably missing something obvious. If not we should remove the messages completely to be consitent. Cheers, -- Guido