From: Matthieu Gallien Date: Thu, 27 Oct 2022 10:49:34 +0000 (+0200) Subject: logs from discovery are now namespaced by nextcloud to show debug logs X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~11^2~155^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=7fe6a3df78875d3fb9a03ae918edc344748bf74d;p=nextcloud-desktop.git 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 --- 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() {