remove \n
authorThomas Vander Stichele <thomas@apestaart.org>
Mon, 8 Mar 2004 17:13:35 +0000 (17:13 +0000)
committerThomas Vander Stichele <thomas@apestaart.org>
Mon, 8 Mar 2004 17:13:35 +0000 (17:13 +0000)
Original commit message from CVS:
remove \n

gst/gstpad.c

index aa5d103..fdd3f59 100644 (file)
@@ -2219,7 +2219,7 @@ gst_pad_proxy_getcaps (GstPad *pad)
 
   g_return_val_if_fail (GST_IS_PAD (pad), NULL);
 
-  GST_DEBUG ("proxying getcaps for %s:%s\n", GST_DEBUG_PAD_NAME (pad));
+  GST_DEBUG ("proxying getcaps for %s:%s", GST_DEBUG_PAD_NAME (pad));
 
   element = gst_pad_get_parent (pad);