Merge pull request #2682 from nextcloud/debug-skip

Add debug log to check which folders are being skipped during syncing.
This commit is contained in:
Kevin Ottens 2020-12-03 12:37:38 +01:00 committed by GitHub
commit 8e29935195
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View 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) {