mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 20:51:13 +00:00
gstinfo: Fix typo in debug log message
This commit is contained in:
parent
b5dc8598be
commit
e5a3f12ff2
1 changed files with 1 additions and 1 deletions
|
@ -2730,7 +2730,7 @@ generate_unwind_trace (GstStackTraceFlags flags)
|
|||
|
||||
unret = unw_get_reg (&cursor, UNW_REG_IP, &ip);
|
||||
if (unret) {
|
||||
GST_DEBUG ("libunwind could read frame info (%d)", unret);
|
||||
GST_DEBUG ("libunwind could not read frame info (%d)", unret);
|
||||
|
||||
goto done;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue