[vlc-devel] commit: More debug by default. (Jean-Baptiste Kempf )

git version control git at videolan.org
Wed Aug 12 01:04:03 CEST 2009


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Aug 12 01:03:27 2009 +0200| [225bfc86b18d096b5326925d187f90308183701c] | committer: Jean-Baptiste Kempf 

More debug by default.

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

 bindings/phonon/vlc/backend.cpp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/bindings/phonon/vlc/backend.cpp b/bindings/phonon/vlc/backend.cpp
index a907e6e..52209e5 100644
--- a/bindings/phonon/vlc/backend.cpp
+++ b/bindings/phonon/vlc/backend.cpp
@@ -45,7 +45,7 @@ Backend::Backend(QObject *parent, const QVariantList &)
         : QObject(parent)
         , m_deviceManager(0)
         , m_effectManager(0)
-        , m_debugLevel(Warning)
+        , m_debugLevel(Debug)
 {
     bool wasInit = vlcInit();
 




More information about the vlc-devel mailing list