]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
libudev: monitor - fix typo in log message
authorTom Gundersen <teg@jklm.no>
Mon, 27 Apr 2015 13:01:06 +0000 (15:01 +0200)
committerTom Gundersen <teg@jklm.no>
Wed, 29 Apr 2015 15:00:16 +0000 (17:00 +0200)
src/libudev/libudev-monitor.c

index 60f11c139e7c10e78bdc575b80877a61f6045ab4..b13c5794609ee4a6ed89c0a776a36d6c18da1a3e 100644 (file)
@@ -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;