From d470d8a2ff929ec4a00a0fdeb1d635b79e6a693e Mon Sep 17 00:00:00 2001 From: Max Risuhin Date: Thu, 18 Oct 2018 19:27:02 +0300 Subject: [PATCH] Enable debug output Signed-off-by: Max Risuhin --- src/libsnore/snore_p.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsnore/snore_p.cpp b/src/libsnore/snore_p.cpp index 583204c..5c7119f 100644 --- a/src/libsnore/snore_p.cpp +++ b/src/libsnore/snore_p.cpp @@ -33,7 +33,7 @@ using namespace Snore; #if QT_VERSION >= QT_VERSION_CHECK(5, 4, 0) -Q_LOGGING_CATEGORY(SNORE, "libsnorenotify", QtWarningMsg) +Q_LOGGING_CATEGORY(SNORE, "libsnorenotify", QtDebugMsg) #else Q_LOGGING_CATEGORY(SNORE, "libsnorenotify") #endif