diff --git a/gst-libs/gst/pbutils/gstdiscoverer.c b/gst-libs/gst/pbutils/gstdiscoverer.c index d3f861f1a5..2357a2f821 100644 --- a/gst-libs/gst/pbutils/gstdiscoverer.c +++ b/gst-libs/gst/pbutils/gstdiscoverer.c @@ -945,7 +945,7 @@ find_stream_for_node (GstDiscoverer * dc, const GstStructure * topology) GList *tmp; if (!gst_structure_id_has_field (topology, _TOPOLOGY_PAD_QUARK)) { - GST_DEBUG ("Could not find pad for node %" GST_PTR_FORMAT "\n", topology); + GST_DEBUG ("Could not find pad for node %" GST_PTR_FORMAT, topology); return NULL; }