[vlc-devel] commit: Reduce verbosity. (Antoine Cellerier )

git version control git at videolan.org
Sat Feb 13 21:27:06 CET 2010


vlc | branch: master | Antoine Cellerier <dionoea at videolan.org> | Sat Feb 13 21:28:31 2010 +0100| [9744c6016f14b54985c220f3e71dfeff3b565d9a] | committer: Antoine Cellerier 

Reduce verbosity.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=9744c6016f14b54985c220f3e71dfeff3b565d9a
---

 src/video_output/display.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/video_output/display.c b/src/video_output/display.c
index 7a40c30..877efd0 100644
--- a/src/video_output/display.c
+++ b/src/video_output/display.c
@@ -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,




More information about the vlc-devel mailing list