mirror of
https://github.com/systemd/systemd.git
synced 2026-08-02 22:20:20 +00:00
libudev: monitor - fix typo in log message
This commit is contained in:
@@ -759,7 +759,7 @@ int udev_monitor_send_device(struct udev_monitor *udev_monitor,
|
||||
count = sendmsg(udev_monitor->sock, &smsg, 0);
|
||||
if (count < 0) {
|
||||
if (!destination && errno == ECONNREFUSED) {
|
||||
log_debug("passed device to to netlink monitor %p", udev_monitor);
|
||||
log_debug("passed device to netlink monitor %p", udev_monitor);
|
||||
return 0;
|
||||
} else
|
||||
return -errno;
|
||||
|
||||
Reference in New Issue
Block a user