Add debug log to check which folders are being skipped during syncing.
authorCamila <hello@camila.codes>
Thu, 3 Dec 2020 11:24:25 +0000 (12:24 +0100)
committerCamila <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

index 8799431a101ba56f93388003666caf994b8678be..23175f73eefd615cc018f29ae2db97b42380ce66 100644 (file)
@@ -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) {