diff options
Diffstat (limited to 'wait_for_sysfs.c')
-rw-r--r-- | wait_for_sysfs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/wait_for_sysfs.c b/wait_for_sysfs.c index bce60731fa..c1d7aa0a0c 100644 --- a/wait_for_sysfs.c +++ b/wait_for_sysfs.c @@ -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; } |