]> git.sesse.net Git - vlc/commitdiff
Cosmetic.
authorLaurent Aimar <fenrir@videolan.org>
Mon, 31 Aug 2009 19:38:58 +0000 (21:38 +0200)
committerLaurent Aimar <fenrir@videolan.org>
Mon, 31 Aug 2009 22:20:18 +0000 (00:20 +0200)
modules/video_output/wrapper.c

index bc2b08ec6247281c94a73aaca16013a16da1643e..caffae2102b3b2c2aad2b7708b18ebca5e710440 100644 (file)
@@ -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));