FIxed formatting
This commit is contained in:
@@ -13,7 +13,7 @@ HidDevice::HidDevice(int vid, const std::vector<int> pids, int interfaceNum, boo
|
|||||||
|
|
||||||
if (!result)
|
if (!result)
|
||||||
{
|
{
|
||||||
LOG->Warn("HidDevice with vendor_id %04x and pids %s - %d not found", vid, GetPidsString(pids).c_str(), interfaceNum);
|
LOG->Warn("HidDevice with vendor_id %04x and pids %s: %d not found", vid, GetPidsString(pids).c_str(), interfaceNum);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
foundOnce = true;
|
foundOnce = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user