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:
authorKevin Ottens <kevin.ottens@nextcloud.com>2020-07-01 16:30:44 +0300
committerKevin Ottens <kevin.ottens@nextcloud.com>2020-07-01 16:39:52 +0300
commit53c31f5fed492f0c27a175599c26a2116cb569e4 (patch)
tree5204c06b92617e50a14c23a2e137643fb6104df5 /src/gui/creds
parent90f757b96b87df36e5015bf2f60bcf9a31f5abc9 (diff)
Make sure all our logging categories start with nextcloud.
Otherwise it was a bit confusing and annoying for filter rules: e.g. "nextcloud.sync.*" vs "sync.*". Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
Diffstat (limited to 'src/gui/creds')
-rw-r--r--src/gui/creds/webflowcredentials.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/creds/webflowcredentials.cpp b/src/gui/creds/webflowcredentials.cpp
index ce0d7b41f..ba762ee0c 100644
--- a/src/gui/creds/webflowcredentials.cpp
+++ b/src/gui/creds/webflowcredentials.cpp
@@ -24,7 +24,7 @@ using namespace QKeychain;
namespace OCC {
-Q_LOGGING_CATEGORY(lcWebFlowCredentials, "sync.credentials.webflow", QtInfoMsg)
+Q_LOGGING_CATEGORY(lcWebFlowCredentials, "nextcloud.sync.credentials.webflow", QtInfoMsg)
namespace {
const char userC[] = "user";