mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-02 04:22:27 +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)) {
|
if (stat(name,&file_status)) {
|
||||||
g_print("problem opening file %s\n",name);
|
//g_print("problem opening file %s\n",name);
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue