mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-22 15:18:21 +00:00
Removed a stupid printf.
Original commit message from CVS: Removed a stupid printf.
This commit is contained in:
parent
9401162a8a
commit
e84c07c297
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue