aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/haskell/filecache.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/haskell/filecache.cpp')
-rw-r--r--plugins/haskell/filecache.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/haskell/filecache.cpp b/plugins/haskell/filecache.cpp
index 0495a8b..55ee552 100644
--- a/plugins/haskell/filecache.cpp
+++ b/plugins/haskell/filecache.cpp
@@ -34,7 +34,7 @@
#include <QTemporaryFile>
#include <QTextDocument>
-Q_LOGGING_CATEGORY(cacheLog, "qtc.haskell.filecache")
+Q_LOGGING_CATEGORY(cacheLog, "qtc.haskell.filecache", QtWarningMsg)
using namespace Core;
using namespace TextEditor;