From 5517ff2c023b8d270dc89a292ac4ded5f0361813 Mon Sep 17 00:00:00 2001 From: Camila Date: Thu, 3 Dec 2020 12:24:25 +0100 Subject: [PATCH] Add debug log to check which folders are being skipped during syncing. Signed-off-by: Camila --- src/gui/folderwatcher_win.cpp | 2 ++ 1 file changed, 2 insertions(+) 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) { -- 2.30.2