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

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Nicoletti <dantti12@gmail.com>2017-12-28 22:33:10 +0300
committerDaniel Nicoletti <dantti12@gmail.com>2017-12-28 22:33:10 +0300
commita63d34f870bbf65665c8dfe15479754211996689 (patch)
tree93a14afd00cce8cfbf0f7552f193f496213b6515 /src/gui/accountstate.cpp
parentc963259bfbd0dbfdc5723fb7cd870904ff94d054 (diff)
Prepend "nextcloud" for all logging categories
Thus making easier to exclude logging from kio, qt and only enable "nextcloud.*"
Diffstat (limited to 'src/gui/accountstate.cpp')
-rw-r--r--src/gui/accountstate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/accountstate.cpp b/src/gui/accountstate.cpp
index 0b19f3f88..f0bd9d62e 100644
--- a/src/gui/accountstate.cpp
+++ b/src/gui/accountstate.cpp
@@ -26,7 +26,7 @@
namespace OCC {
-Q_LOGGING_CATEGORY(lcAccountState, "gui.account.state", QtInfoMsg)
+Q_LOGGING_CATEGORY(lcAccountState, "nextcloud.gui.account.state", QtInfoMsg)
AccountState::AccountState(AccountPtr account)
: QObject()