Input: Log path on hid_open_path error

This commit is contained in:
Megamouse 2021-11-22 09:13:52 +01:00
parent 22e3075c64
commit e7fc2bfa3b
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}