From 9d11ade78ad16d79138d729f6e0fd98cda7d09f0 Mon Sep 17 00:00:00 2001 From: Thibault Saunier Date: Mon, 7 Jan 2019 00:05:50 +0100 Subject: [PATCH] validate: Lower a ERROR message to INFO This behaviour is totally valid when running unit tests --- validate/gst/validate/gst-validate-report.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-report.c b/validate/gst/validate/gst-validate-report.c index 6732897..955e7ab 100644 --- a/validate/gst/validate/gst-validate-report.c +++ b/validate/gst/validate/gst-validate-report.c @@ -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); -- 2.7.4