From 53bd79574dc6ecba730dd7c7295ab1eceb3ed486 Mon Sep 17 00:00:00 2001 From: Thomas Vander Stichele Date: Mon, 8 Mar 2004 17:13:35 +0000 Subject: [PATCH] remove \n Original commit message from CVS: remove \n --- gst/gstpad.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstpad.c b/gst/gstpad.c index aa5d103657..fdd3f59f18 100644 --- a/gst/gstpad.c +++ b/gst/gstpad.c @@ -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);