From fa39e0358ad7d53581eb3752032364271632b1aa Mon Sep 17 00:00:00 2001 From: Mathieu Duponchelle Date: Thu, 23 Oct 2014 21:43:45 +0200 Subject: [PATCH] validate-utils: downgrade ERROR to DEBUG. This function is called in places where it is legit for it to return NULL. --- validate/gst/validate/gst-validate-utils.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/gst/validate/gst-validate-utils.c b/validate/gst/validate/gst-validate-utils.c index 60d300a..1a36ae7 100644 --- a/validate/gst/validate/gst-validate-utils.c +++ b/validate/gst/validate/gst-validate-utils.c @@ -624,7 +624,7 @@ structs_parse_from_filename (const gchar * scenario_file) lines = _get_lines (scenario_file); if (lines == NULL) { - GST_ERROR ("Got no line for file: %s", scenario_file); + GST_DEBUG ("Got no line for file: %s", scenario_file); return NULL; } -- 2.7.4