validate: Print error message details in our reports
This commit is contained in:
parent
e279b1ff56
commit
3650e66aec
@ -559,7 +559,8 @@ _bus_handler (GstBus * bus, GstMessage * message,
|
||||
g_free (report);
|
||||
} else {
|
||||
GST_VALIDATE_REPORT (monitor, ERROR_ON_BUS,
|
||||
"Got error: %s -- Debug message: %s", err->message, debug);
|
||||
"Got error: %s -- Debug message: %s (%" GST_PTR_FORMAT ")",
|
||||
err->message, debug, details);
|
||||
}
|
||||
|
||||
GST_VALIDATE_MONITOR_LOCK (monitor);
|
||||
|
Loading…
x
Reference in New Issue
Block a user