From f6674d5c102a2239caf51c5d1a810b755cca85ff Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Thu, 11 Jul 2013 20:45:11 +0200 Subject: [PATCH] mount-points: fix debug --- gst/rtsp-server/rtsp-mount-points.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/rtsp-server/rtsp-mount-points.c b/gst/rtsp-server/rtsp-mount-points.c index 86c7a4369a..e242af29cf 100644 --- a/gst/rtsp-server/rtsp-mount-points.c +++ b/gst/rtsp-server/rtsp-mount-points.c @@ -76,7 +76,7 @@ data_item_dump (gconstpointer a, gpointer prefix) { const DataItem *item = a; - GST_DEBUG ("%s%s %p\n", (gchar *) prefix, item->path, item->factory); + GST_DEBUG ("%s%s %p", (gchar *) prefix, item->path, item->factory); } static gint