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:
authorMatthieu Gallien <matthieu.gallien@nextcloud.com>2022-10-27 13:49:34 +0300
committerMatthieu Gallien <matthieu_gallien@yahoo.fr>2022-11-07 20:33:13 +0300
commit7fe6a3df78875d3fb9a03ae918edc344748bf74d (patch)
tree553256e3f9480c01acc9761495a23cecc91e7c9d
parent9a06128eec7f568c96c71c627a953a2cce6d9700 (diff)
logs from discovery are now namespaced by nextcloud to show debug logs
use nextcloud namespace for discovery logs as it does not show correcly without that this is because we have central rules for all logs from nextcloud namespace Signed-off-by: Matthieu Gallien <matthieu.gallien@nextcloud.com>
-rw-r--r--src/libsync/discovery.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsync/discovery.cpp b/src/libsync/discovery.cpp
index 8605d6255..047a1bbc2 100644
--- a/src/libsync/discovery.cpp
+++ b/src/libsync/discovery.cpp
@@ -35,7 +35,7 @@
namespace OCC {
-Q_LOGGING_CATEGORY(lcDisco, "sync.discovery", QtInfoMsg)
+Q_LOGGING_CATEGORY(lcDisco, "nextcloud.sync.discovery", QtInfoMsg)
void ProcessDirectoryJob::start()
{