Removed a stupid printf.
authorWim Taymans <wim.taymans@gmail.com>
Fri, 25 May 2001 21:42:14 +0000 (21:42 +0000)
committerWim Taymans <wim.taymans@gmail.com>
Fri, 25 May 2001 21:42:14 +0000 (21:42 +0000)
Original commit message from CVS:
Removed a stupid printf.

gst/gstplugin.c

index d0a2ca0..0e43892 100644 (file)
@@ -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;
   }