mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-14 15:40:17 +00:00
Input: Log path on hid_open_path error
This commit is contained in:
parent
22e3075c64
commit
e7fc2bfa3b
@ -153,7 +153,7 @@ void hid_pad_handler<Device>::enumerate_devices()
|
||||
}
|
||||
else
|
||||
{
|
||||
hid_log.error("%s hid_open_path failed! Reason: %s", m_type, hid_error(dev));
|
||||
hid_log.error("%s hid_open_path failed! error='%s', path='%s'", m_type, hid_error(dev), path);
|
||||
warn_about_drivers = true;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user