summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2014-10-23 21:43:45 +0200
committerMathieu Duponchelle <mathieu.duponchelle@opencreed.com>2014-10-30 15:39:01 +0100
commitfa39e0358ad7d53581eb3752032364271632b1aa (patch)
treeec777705ca3443101412091138cf8858db1c824a
parent4d569b51ed21df342117479086b76ca742e29666 (diff)
validate-utils: downgrade ERROR to DEBUG.
This function is called in places where it is legit for it to return NULL.
-rw-r--r--validate/gst/validate/gst-validate-utils.c2
1 files changed, 1 insertions, 1 deletions
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;
}