Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/owncloud/client.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Goffart <ogoffart@woboq.com>2018-01-23 16:08:15 +0300
committerOlivier Goffart <ogoffart@woboq.com>2018-01-23 16:08:15 +0300
commit72b9beb79c09c41ee08d6a032241e27579d32c88 (patch)
tree1cd0d40770bd8bda640cbdc8e7e779251c59c884 /src/libsync/logger.cpp
parent883080b55786ac21cbac973ee381ebc3d08f58aa (diff)
parent72363155d86b4b51b1bfbd75c7a4a19fed3f8ee9 (diff)
Merge remote-tracking branch 'origin/2.4'
Conflicts: shell_integration/nautilus/syncstate.py
Diffstat (limited to 'src/libsync/logger.cpp')
-rw-r--r--src/libsync/logger.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/logger.cpp b/src/libsync/logger.cpp
index 58afde287..cfba000ed 100644
--- a/src/libsync/logger.cpp
+++ b/src/libsync/logger.cpp
@@ -177,7 +177,7 @@ void Logger::setLogFlush(bool flush)
void Logger::setLogDebug(bool debug)
{
- QLoggingCategory::setFilterRules(debug ? QStringLiteral("qt.*=true\n*.debug=true") : QString());
+ QLoggingCategory::setFilterRules(debug ? QStringLiteral("sync.*.debug=true\ngui.*.debug=true") : QString());
_logDebug = debug;
}