gstinfo: Fix typo in debug log message
authorNirbheek Chauhan <nirbheek@centricular.com>
Mon, 1 Jul 2019 18:24:19 +0000 (23:54 +0530)
committerNirbheek Chauhan <nirbheek@centricular.com>
Tue, 2 Jul 2019 09:43:26 +0000 (15:13 +0530)
gst/gstinfo.c

index 7fd4ead..45f9fa1 100644 (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;
       }