summaryrefslogtreecommitdiffstats
path: root/common/log.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'common/log.cpp')
-rw-r--r--common/log.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/common/log.cpp b/common/log.cpp
index 61ba46a..c677521 100644
--- a/common/log.cpp
+++ b/common/log.cpp
@@ -311,7 +311,7 @@ QDebug Sink::Log::debugStream(DebugLevel debugLevel, int line, const char *file,
311 collectDebugArea(fullDebugArea); 311 collectDebugArea(fullDebugArea);
312 312
313 auto areas = debugOutputFilter(Sink::Log::Area); 313 auto areas = debugOutputFilter(Sink::Log::Area);
314 if (!areas.isEmpty()) { 314 if (debugLevel <= Sink::Log::Trace && !areas.isEmpty()) {
315 if (!containsItemStartingWith(fullDebugArea.toUtf8(), areas)) { 315 if (!containsItemStartingWith(fullDebugArea.toUtf8(), areas)) {
316 return QDebug(&nullstream); 316 return QDebug(&nullstream);
317 } 317 }