summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGatis Paeglis <gatis.paeglis@qt.io>2016-11-07 12:00:01 +0100
committerGatis Paeglis <gatis.paeglis@qt.io>2016-11-07 11:00:52 +0000
commitd3b74048c067838d18b02f9c67fc81444abde9fc (patch)
treee398a23328eb10bb8045b70d73a914e3d5abaedc
parente24ecdf6b966a45e3bc661fae827a3433e07aac3 (diff)
Don't log all message types by default
Change-Id: I8abcf15d54a89746aa56ba464aabf79101bb6f9b Reviewed-by: Gatis Paeglis <gatis.paeglis@qt.io>
-rw-r--r--src/lib/qotaclient.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/qotaclient.cpp b/src/lib/qotaclient.cpp
index f25beb9..b6d705d 100644
--- a/src/lib/qotaclient.cpp
+++ b/src/lib/qotaclient.cpp
@@ -39,7 +39,7 @@
QT_BEGIN_NAMESPACE
-Q_LOGGING_CATEGORY(qota, "b2qt.ota")
+Q_LOGGING_CATEGORY(qota, "b2qt.ota", QtWarningMsg)
const QString repoConfigPath(QStringLiteral("/etc/ostree/remotes.d/qt-os.conf"));