validate-utils: downgrade ERROR to DEBUG.
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 23 Oct 2014 19:43:45 +0000 (21:43 +0200)
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>
Thu, 30 Oct 2014 14:39:01 +0000 (15:39 +0100)
This function is called in places where it is legit for it
to return NULL.

validate/gst/validate/gst-validate-utils.c

index 60d300a..1a36ae7 100644 (file)
@@ -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;
   }