Commit 4d243c6f authored by Laurent Aimar's avatar Laurent Aimar

Cosmetic.

parent 14313b20
......@@ -127,7 +127,7 @@ static int Open(vlc_object_t *object, const char *module)
vout_thread_t *vout = (vout_thread_t *)object;
vout_sys_t *sys;
msg_Err(vout, "Opening vout display wrapper");
msg_Warn(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