mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-19 00:01:23 +00:00
validate: Lower a ERROR message to INFO
This behaviour is totally valid when running unit tests
This commit is contained in:
parent
9843562616
commit
9d11ade78a
1 changed files with 1 additions and 1 deletions
|
@ -490,7 +490,7 @@ gst_validate_report_init (void)
|
|||
uuid = g_getenv ("GST_VALIDATE_UUID");
|
||||
|
||||
if (server_env && !uuid) {
|
||||
GST_ERROR ("No GST_VALIDATE_UUID specified !");
|
||||
GST_INFO ("No GST_VALIDATE_UUID specified !");
|
||||
} else if (server_env) {
|
||||
GstUri *server_uri = gst_uri_from_string (server_env);
|
||||
|
||||
|
|
Loading…
Reference in a new issue