Commit 7b0761c4 authored by Ilkka Ollakka's avatar Ilkka Ollakka

aout: make log message to be debug as there isn't any real error if no filters needed

parent e8c5e23e
...@@ -498,7 +498,7 @@ int aout_FiltersNew (audio_output_t *aout, ...@@ -498,7 +498,7 @@ int aout_FiltersNew (audio_output_t *aout,
name == visual); name == visual);
if (filter == NULL) if (filter == NULL)
{ {
msg_Err (aout, "cannot add user filter %s (skipped)", name); msg_Dbg (aout, "cannot add user filter %s (skipped)", name);
continue; continue;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment