mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-04-26 06:54:49 +00:00
validate: Print error message details in our reports
This commit is contained in:
parent
e279b1ff56
commit
3650e66aec
1 changed files with 2 additions and 1 deletions
|
@ -559,7 +559,8 @@ _bus_handler (GstBus * bus, GstMessage * message,
|
||||||
g_free (report);
|
g_free (report);
|
||||||
} else {
|
} else {
|
||||||
GST_VALIDATE_REPORT (monitor, ERROR_ON_BUS,
|
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);
|
GST_VALIDATE_MONITOR_LOCK (monitor);
|
||||||
|
|
Loading…
Reference in a new issue