Skip to content

Commit 6b1e217

Browse files
TheRogueZetaCalcProgrammer1
authored andcommitted
Fix GPU print messages to use capital letters
1 parent d78e944 commit 6b1e217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

LogManager.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
#define SMBUS_CHECK_DEVICE_MESSAGE_EN "[%s] Bus %02d is a motherboard and the subvendor matches the one for %s, looking for a device at %02X"
1616
#define SMBUS_CHECK_DEVICE_FAILURE_EN "[%s] Bus %02d is not a motherboard or the subvendor does not match the one for %s, skipping detection"
1717

18-
#define GPU_DETECT_MESSAGE "[%s] Found a device match at Bus %02d for Device %04x and SubDevice %04x: %s"
18+
#define GPU_DETECT_MESSAGE "[%s] Found a device match at Bus %02d for Device %04X and SubDevice %04X: %s"
1919

2020
using json = nlohmann::json;
2121

0 commit comments

Comments
 (0)