validate: Lower a ERROR message to INFO
authorThibault Saunier <tsaunier@igalia.com>
Sun, 6 Jan 2019 23:05:50 +0000 (00:05 +0100)
committerThibault Saunier <tsaunier@igalia.com>
Sun, 6 Jan 2019 23:07:34 +0000 (00:07 +0100)
This behaviour is totally valid when running unit tests

validate/gst/validate/gst-validate-report.c

index 6732897..955e7ab 100644 (file)
@@ -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);