From 1e8827ed33ca08eef12dd354c2afc29a7c716d49 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Mon, 13 Aug 2012 11:27:26 +0200 Subject: [PATCH] discoverer: remove \n from debug statement --- gst-libs/gst/pbutils/gstdiscoverer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }