aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testframeworkmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/plugins/autotest/testframeworkmanager.cpp')
-rw-r--r--src/plugins/autotest/testframeworkmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/autotest/testframeworkmanager.cpp b/src/plugins/autotest/testframeworkmanager.cpp
index 07a898b7c8..e96ee536ff 100644
--- a/src/plugins/autotest/testframeworkmanager.cpp
+++ b/src/plugins/autotest/testframeworkmanager.cpp
@@ -40,7 +40,7 @@
#include <QLoggingCategory>
#include <QSettings>
-static Q_LOGGING_CATEGORY(LOG, "qtc.autotest.frameworkmanager")
+static Q_LOGGING_CATEGORY(LOG, "qtc.autotest.frameworkmanager", QtWarningMsg)
namespace Autotest {
namespace Internal {