remove \n

Original commit message from CVS:
remove \n
This commit is contained in:
Thomas Vander Stichele 2004-03-08 17:13:35 +00:00
parent cd56f878ff
commit 53bd79574d

View 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);