From: Camila Date: Thu, 3 Dec 2020 11:24:25 +0000 (+0100) Subject: Add debug log to check which folders are being skipped during syncing. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~22^2~29^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=5517ff2c023b8d270dc89a292ac4ded5f0361813;p=nextcloud-desktop.git Add debug log to check which folders are being skipped during syncing. Signed-off-by: Camila --- 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) {