chiark / gitweb /
let "ignore_device" always return the event successfully
[elogind.git] / udev_sysfs.c
index d1e43a60eec8721422b393dff9d48cdae1ff5eb1..8de523dadf66abc3bbf0198c9dac01036ca7f608 100644 (file)
@@ -275,7 +275,7 @@ struct sysfs_device *sysfs_device_get_parent(struct sysfs_device *dev)
        if (strncmp(parent_devpath, "/class", 6) == 0) {
                pos = strrchr(parent_devpath, '/');
                if (pos == &parent_devpath[6] || pos == parent_devpath) {
-                       dbg("class top level, look for device link");
+                       dbg("/class top level, look for device link");
                        goto device_link;
                }
        }