FIxed formatting

This commit is contained in:
dando92
2025-03-27 22:36:29 -07:00
committed by teejusb
parent 1436d4c708
commit c550f21824
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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;