gstinfo: Fix typo in debug log message

This commit is contained in:
Nirbheek Chauhan 2019-07-01 23:54:19 +05:30
parent b5dc8598be
commit e5a3f12ff2

View file

@ -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;
}