mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-27 09:30:13 +03:00
Merge pull request #2582 from nextcloud/macos_add_more_information_on_skipped_file_watcher_event
Also output the event flags in the debug logs
This commit is contained in:
commit
6b794ddd5a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ static void callback(
|
|||
QString fn = qstring.normalized(QString::NormalizationForm_C);
|
||||
|
||||
if (!(eventFlags[i] & c_interestingFlags)) {
|
||||
qCDebug(lcFolderWatcher) << "Ignoring non-content changes for" << fn;
|
||||
qCDebug(lcFolderWatcher) << "Ignoring non-content changes for" << fn << eventFlags[i];
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue