mount-points: fix debug
authorWim Taymans <wim.taymans@collabora.co.uk>
Thu, 11 Jul 2013 18:45:11 +0000 (20:45 +0200)
committerWim Taymans <wim.taymans@collabora.co.uk>
Thu, 11 Jul 2013 18:45:11 +0000 (20:45 +0200)
gst/rtsp-server/rtsp-mount-points.c

index 86c7a43..e242af2 100644 (file)
@@ -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