validate-utils: downgrade ERROR to DEBUG.

This function is called in places where it is legit for it
to return NULL.
This commit is contained in:
Mathieu Duponchelle 2014-10-23 21:43:45 +02:00
parent 4d569b51ed
commit fa39e0358a

View 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;
}