The open source OpenXR runtime
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

d/vive: Actually print error message to say what is going on

+1 -1
+1 -1
src/xrt/drivers/vive/vive_prober.c
··· 223 223 224 224 if (!xrt_prober_match_string(xp, dev, XRT_PROBER_STRING_MANUFACTURER, VALVE_INDEX_MANUFACTURER_STRING) || 225 225 !xrt_prober_match_string(xp, dev, XRT_PROBER_STRING_PRODUCT, VALVE_INDEX_PRODUCT_STRING)) { 226 - U_LOG_D("Valve Index manufacturer string did not match."); 226 + U_LOG_E("Valve Index manufacturer string did not match."); 227 227 return -1; 228 228 } 229 229