[vlc-devel] commit: Cosmetic. (Laurent Aimar )
git version control
git at videolan.org
Tue Sep 1 00:20:40 CEST 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Mon Aug 31 21:38:58 2009 +0200| [4d243c6f25791198f71f66cf334bb88e69563de2] | committer: Laurent Aimar
Cosmetic.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=4d243c6f25791198f71f66cf334bb88e69563de2
---
modules/video_output/wrapper.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/modules/video_output/wrapper.c b/modules/video_output/wrapper.c
index bc2b08e..caffae2 100644
--- a/modules/video_output/wrapper.c
+++ b/modules/video_output/wrapper.c
@@ -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));
More information about the vlc-devel
mailing list