mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-28 04:31:06 +00:00
mount-points: fix debug
This commit is contained in:
parent
8200efbbd0
commit
f6674d5c10
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue