Set logging level to Debug

This commit is contained in:
Max Risukhin 2018-10-15 17:46:01 +03:00 committed by Max Risuhin
parent 7ea5839bb0
commit d48ab20871
No known key found for this signature in database
GPG Key ID: BF733F5ACA0B4448

View File

@ -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