Skip to content

Commit 24d1c5f

Browse files
TheRogueZetaTheRogueZeta
authored andcommitted
Update HID device log prints to use caps
1 parent bf99a5f commit 24d1c5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ResourceManager.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -835,7 +835,7 @@ void ResourceManager::DetectDevicesThreadFunction()
835835

836836
while(current_hid_device)
837837
{
838-
LOG_DEBUG("HID device [0x%04x:$0x%04x]", current_hid_device->vendor_id, current_hid_device->product_id);
838+
LOG_DEBUG("HID device [04X:%04X]", current_hid_device->vendor_id, current_hid_device->product_id);
839839

840840
detection_string = "";
841841
DetectionProgressChanged();

0 commit comments

Comments
 (0)