mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
Input: Log path on hid_open_path error
This commit is contained in:
parent
22e3075c64
commit
e7fc2bfa3b
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue