Commit 9744c601 authored by Antoine Cellerier's avatar Antoine Cellerier

Reduce verbosity.

parent f0e61014
......@@ -386,7 +386,7 @@ static void VoutDisplayCreateRender(vout_display_t *vd)
if (!convert)
return;
msg_Err(vd, "A filter to adapt decoder to display is needed");
msg_Dbg(vd, "A filter to adapt decoder to display is needed");
osys->filters = filter_chain_New(vd, "video filter2", false,
FilterAllocationInit,
......
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