The open source OpenXR runtime
0
fork

Configure Feed

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

d/vf: Use static logging if no object is provided.

Found by clang11 warning.

+2 -2
+2 -2
src/xrt/drivers/vf/vf_driver.c
··· 343 343 gchar *dbg_info = NULL; 344 344 345 345 gst_message_parse_error(message, &err, &dbg_info); 346 - V_ERROR("ERROR from element %s: %s\n", GST_OBJECT_NAME(message->src), 346 + U_LOG_E("ERROR from element %s: %s\n", GST_OBJECT_NAME(message->src), 347 347 err->message); 348 - V_ERROR("Debugging info: %s\n", (dbg_info) ? dbg_info : "none"); 348 + U_LOG_E("Debugging info: %s\n", (dbg_info) ? dbg_info : "none"); 349 349 g_error_free(err); 350 350 g_free(dbg_info); 351 351 }