discoverer: remove \n from debug statement
authorWim Taymans <wim.taymans@collabora.co.uk>
Mon, 13 Aug 2012 09:27:26 +0000 (11:27 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Mon, 13 Aug 2012 09:27:26 +0000 (11:27 +0200)
gst-libs/gst/pbutils/gstdiscoverer.c

index d3f861f..2357a2f 100644 (file)
@@ -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;
   }