From e84c07c29716d408792b7f1a8f07c50c658f9997 Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Fri, 25 May 2001 21:42:14 +0000 Subject: [PATCH] Removed a stupid printf. Original commit message from CVS: Removed a stupid printf. --- gst/gstplugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst/gstplugin.c b/gst/gstplugin.c index d0a2ca0..0e43892 100644 --- a/gst/gstplugin.c +++ b/gst/gstplugin.c @@ -360,7 +360,7 @@ gst_plugin_load_absolute (const gchar *name) } if (stat(name,&file_status)) { - g_print("problem opening file %s\n",name); + //g_print("problem opening file %s\n",name); return FALSE; } -- 2.7.4