Commit 225bfc86 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

More debug by default.

parent e95a7d37
...@@ -45,7 +45,7 @@ Backend::Backend(QObject *parent, const QVariantList &) ...@@ -45,7 +45,7 @@ Backend::Backend(QObject *parent, const QVariantList &)
: QObject(parent) : QObject(parent)
, m_deviceManager(0) , m_deviceManager(0)
, m_effectManager(0) , m_effectManager(0)
, m_debugLevel(Warning) , m_debugLevel(Debug)
{ {
bool wasInit = vlcInit(); bool wasInit = vlcInit();
......
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