Skip to content

Commit

Permalink
Merge pull request #6484 from nextcloud/bugfix/fix-misleading-log
Browse files Browse the repository at this point in the history
Bugfix. E2ee misleading log fix.
  • Loading branch information
allexzander authored Feb 29, 2024
2 parents 249fbbc + 694a5f4 commit 53dd8ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libsync/discovery.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2048,7 +2048,7 @@ DiscoverySingleDirectoryJob *ProcessDirectoryJob::startAsyncServerQuery()
_dirItem->_e2eEncryptionServerCapability = serverJob->requiredEncryptionStatus();
_discoveryData->_anotherSyncNeeded = !alreadyDownloaded && serverJob->encryptedMetadataNeedUpdate();
}
qCInfo(lcDisco) << "serverJob has finished for folder:" << _dirItem->_file << " and it has _isFileDropDetected:" << true;
qCInfo(lcDisco) << "serverJob has finished for folder:" << _dirItem->_file << " and it has _isFileDropDetected:" << _dirItem->_isFileDropDetected;
}
_discoveryData->_currentlyActiveJobs--;
_pendingAsyncJobs--;
Expand Down

0 comments on commit 53dd8ea

Please sign in to comment.