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:
authorCamila <hello@camila.codes>2020-12-03 14:24:25 +0300
committerCamila <hello@camila.codes>2020-12-03 14:24:25 +0300
commit5517ff2c023b8d270dc89a292ac4ded5f0361813 (patch)
treeb49060b64b476166220a5cfc9216607f8a7f57d3 /src/gui/folderwatcher_win.cpp
parentbd959018a15a8305d54180e511146817c98f8327 (diff)
Add debug log to check which folders are being skipped during syncing.
Signed-off-by: Camila <hello@camila.codes>
Diffstat (limited to 'src/gui/folderwatcher_win.cpp')
-rw-r--r--src/gui/folderwatcher_win.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/folderwatcher_win.cpp b/src/gui/folderwatcher_win.cpp
index 8799431a1..23175f73e 100644
--- a/src/gui/folderwatcher_win.cpp
+++ b/src/gui/folderwatcher_win.cpp
@@ -141,6 +141,8 @@ void WatcherThread::watchChanges(size_t fileNotifyBufferSize,
if (!skip) {
emit changed(longfile);
+ } else {
+ qCDebug(lcFolderWatcher) << "Skipping syncing of" << longfile;
}
if (curEntry->NextEntryOffset == 0) {