diff --git a/gst/gststructure.c b/gst/gststructure.c index 2c4e0e9842..6c8f60515c 100644 --- a/gst/gststructure.c +++ b/gst/gststructure.c @@ -2083,7 +2083,7 @@ gst_structure_from_string (const gchar * string, gchar ** end) name = r; if (G_UNLIKELY (!gst_structure_parse_string (r, &w, &r, TRUE))) { - GST_WARNING ("Failed to parse structure string"); + GST_WARNING ("Failed to parse structure string '%s'", string); goto error; }