chiark / gitweb /
[PATCH] remove the debian specific file, as they don't want to share with the rest...
[elogind.git] / wait_for_sysfs.c
index bce60731fa6ab00b9b86deedc777fd2d9ea060a7..c1d7aa0a0c045fcb06b2ecec07c1cfc11996ad67 100644 (file)
@@ -408,8 +408,8 @@ exit:
                dbg("result: waiting for sysfs successful '%s'", devpath);
        else
                info("error: wait_for_sysfs needs an update to handle the device '%s' "
-                    "properly, please report to <linux-hotplug-devel@lists.sourceforge.net>",
-                    devpath);
+                    "properly (%d), please report to <linux-hotplug-devel@lists.sourceforge.net>",
+                    devpath, rc);
 
        return rc;
 }