mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-28 03:00:35 +00:00
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:
parent
4d569b51ed
commit
fa39e0358a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue