Update HID device log prints to use caps

This commit is contained in:
TheRogueZeta 2021-06-06 16:44:05 -07:00
parent bf99a5f250
commit 24d1c5f2ae

View file

@ -835,7 +835,7 @@ void ResourceManager::DetectDevicesThreadFunction()
while(current_hid_device)
{
LOG_DEBUG("HID device [0x%04x:$0x%04x]", current_hid_device->vendor_id, current_hid_device->product_id);
LOG_DEBUG("HID device [04X:%04X]", current_hid_device->vendor_id, current_hid_device->product_id);
detection_string = "";
DetectionProgressChanged();