Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add debug log to check which folders are being skipped during syncing. #2682

Merged
merged 1 commit into from
Dec 3, 2020

Conversation

camilasan
Copy link
Member

Signed-off-by: Camila [email protected]

@@ -141,6 +141,8 @@ void WatcherThread::watchChanges(size_t fileNotifyBufferSize,

if (!skip) {
emit changed(longfile);
} else {
qCDebug(lcFolderWatcher) << "Skipping syncing of" << longfile;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@camilasan you may want to add space after 'of'
other than that it's fine

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actually not needed, qt logging facilities insert the spaces between arguments for you.

@nextcloud-desktop-bot
Copy link

AppImage file: Nextcloud-PR-2682-5517ff2c023b8d270dc89a292ac4ded5f0361813-x86_64.AppImage

To test this change/fix you can simply download above AppImage file and test it.

Please make sure to quit your existing Nextcloud app and backup your data.

@er-vin er-vin merged commit 8e29935 into master Dec 3, 2020
@er-vin er-vin deleted the debug-skip branch December 3, 2020 11:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants