Fix long report descriptor check

This commit is contained in:
pixl
2020-06-19 22:51:22 -04:00
parent f0c903d539
commit f2a7b7b947
3 changed files with 4 additions and 2 deletions
+1 -1
View File
@@ -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()