Commit 7942bdac authored by Laurent Aimar's avatar Laurent Aimar

Reduced verbosity (vout wrapper).

parent 0648b216
......@@ -90,7 +90,7 @@ static int Open(vlc_object_t *object)
vout_thread_t *vout = (vout_thread_t *)object;
vout_sys_t *sys;
msg_Warn(vout, "Opening vout display wrapper");
msg_Dbg(vout, "Opening vout display wrapper");
/* */
sys = malloc(sizeof(*sys));
......
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