Only log snore warning by default
This commit is contained in:
parent
18dfcbf615
commit
da054dda25
|
@ -34,7 +34,7 @@
|
|||
|
||||
using namespace Snore;
|
||||
|
||||
Q_LOGGING_CATEGORY(SNORE, "SNORE")
|
||||
Q_LOGGING_CATEGORY(SNORE, "SNORE", QtWarningMsg)
|
||||
|
||||
SnoreCore::SnoreCore(QObject *parent):
|
||||
QObject(parent)
|
||||
|
|
Loading…
Reference in New Issue