gstinfo: add back fix that shouldn't have been reverted

This commit is contained in:
Tim-Philipp Müller 2009-10-08 09:34:47 +01:00
parent 9f9353a84a
commit 8b8d8bb112

View file

@ -1649,7 +1649,7 @@ _gst_debug_dump_mem (GstDebugCategory * cat, const gchar * file,
"-------------------------------------------------------------------");
if (msg != NULL && *msg != '\0') {
gst_debug_log ((cat), GST_LEVEL_MEMDUMP, file, func, line, obj, msg);
gst_debug_log ((cat), GST_LEVEL_MEMDUMP, file, func, line, obj, "%s", msg);
}
while (off < length) {