[cscore] Fix format specifier on Mac (#8602)

This commit is contained in:
Vasista Vovveti
2026-02-05 17:56:52 -08:00
committed by GitHub
parent c89401250f
commit 3d92547d62

View File

@@ -484,7 +484,7 @@ const propertyInfo_t propertyInfo[] =
UVCERROR("USB control interface not found");
break;
default:
UVCERROR("ControlRequest failed (KR=sys:sub:code) = {:02Xh}:{:03Xh}:{:04Xh}",
UVCERROR("ControlRequest failed (KR=sys:sub:code) = {:02X}h:{:03X}h:{:04X}h",
sys, sub, code);
break;
}