Skip to content

Commit e7fc2bf

Browse files
committed
Input: Log path on hid_open_path error
1 parent 22e3075 commit e7fc2bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rpcs3/Input/hid_pad_handler.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ void hid_pad_handler<Device>::enumerate_devices()
153153
}
154154
else
155155
{
156-
hid_log.error("%s hid_open_path failed! Reason: %s", m_type, hid_error(dev));
156+
hid_log.error("%s hid_open_path failed! error='%s', path='%s'", m_type, hid_error(dev), path);
157157
warn_about_drivers = true;
158158
}
159159
}

0 commit comments

Comments
 (0)