Commit 1267f152 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

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

If the user explicitly asks for a filter, it's an error to not be able
to instatiate it.
This reverts commit 7b0761c4.
parent f0081079
...@@ -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_Dbg (aout, "cannot add user filter %s (skipped)", name); msg_Err (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