Removed a stupid printf.
Original commit message from CVS: Removed a stupid printf.
This commit is contained in:
parent
9401162a8a
commit
e84c07c297
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user