mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12: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
|
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;
|
warn_about_drivers = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue