From c2d5992af025d6d482ff2d9540deb0d289d3f8e4 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Thu, 5 Jan 2012 13:21:40 -0300 Subject: [PATCH] formatter: Enhance some debug logging --- ges/ges-formatter.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ges/ges-formatter.c b/ges/ges-formatter.c index a43ea7c..43993a5 100644 --- a/ges/ges-formatter.c +++ b/ges/ges-formatter.c @@ -222,7 +222,7 @@ gboolean ges_formatter_can_save_uri (const gchar * uri) { if (!(gst_uri_is_valid (uri))) { - GST_ERROR ("Invalid uri!"); + GST_ERROR ("%s invalid uri!", uri); return FALSE; } -- 2.7.4