X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=udev_sysfs.c;h=8de523dadf66abc3bbf0198c9dac01036ca7f608;hp=d1e43a60eec8721422b393dff9d48cdae1ff5eb1;hb=4942c78cb01ef4100a3cbce577fc3262b82d9be4;hpb=aaa14841de57fc0d8c92514da9453c58d9ba59fe diff --git a/udev_sysfs.c b/udev_sysfs.c index d1e43a60e..8de523dad 100644 --- a/udev_sysfs.c +++ b/udev_sysfs.c @@ -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; } }