projects
/
nextcloud-desktop.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd95901
)
Add debug log to check which folders are being skipped during syncing.
author
Camila
<hello@camila.codes>
Thu, 3 Dec 2020 11:24:25 +0000
(12:24 +0100)
committer
Camila
<hello@camila.codes>
Thu, 3 Dec 2020 11:24:25 +0000
(12:24 +0100)
Signed-off-by: Camila <hello@camila.codes>
src/gui/folderwatcher_win.cpp
patch
|
blob
|
history
diff --git
a/src/gui/folderwatcher_win.cpp
b/src/gui/folderwatcher_win.cpp
index 8799431a101ba56f93388003666caf994b8678be..23175f73eefd615cc018f29ae2db97b42380ce66 100644
(file)
--- 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) {