Fix long report descriptor check
This commit is contained in:
@@ -6,7 +6,7 @@ using namespace logid;
|
||||
Device::Device(std::string path, backend::hidpp::DeviceIndex index) :
|
||||
_hidpp20 (path, index), _path (path), _index (index)
|
||||
{
|
||||
log_printf(DEBUG, "logid::Device created on %s:%d");
|
||||
log_printf(DEBUG, "logid::Device created on %s:%d", _path.c_str(), _index);
|
||||
}
|
||||
|
||||
void Device::sleep()
|
||||
|
||||
Reference in New Issue
Block a user