diff --git a/gst/gstinfo.c b/gst/gstinfo.c index 7fd4ead707..45f9fa19ea 100644 --- a/gst/gstinfo.c +++ b/gst/gstinfo.c @@ -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; }