mount-points: fix debug

This commit is contained in:
Wim Taymans 2013-07-11 20:45:11 +02:00
parent 8200efbbd0
commit f6674d5c10

View file

@ -76,7 +76,7 @@ data_item_dump (gconstpointer a, gpointer prefix)
{ {
const DataItem *item = a; 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 static gint