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/socketapi.cpp
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/socketapi.cpp')
-rw-r--r--src/gui/socketapi.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/socketapi.cpp b/src/gui/socketapi.cpp
index ad5e5758b..47f03425a 100644
--- a/src/gui/socketapi.cpp
+++ b/src/gui/socketapi.cpp
@@ -87,8 +87,8 @@ static QString buildMessage(const QString &verb, const QString &path, const QStr
namespace OCC {
-Q_LOGGING_CATEGORY(lcSocketApi, "gui.socketapi", QtInfoMsg)
-Q_LOGGING_CATEGORY(lcPublicLink, "gui.socketapi.publiclink", QtInfoMsg)
+Q_LOGGING_CATEGORY(lcSocketApi, "nextcloud.gui.socketapi", QtInfoMsg)
+Q_LOGGING_CATEGORY(lcPublicLink, "nextcloud.gui.socketapi.publiclink", QtInfoMsg)
class BloomFilter