From: alex-z Date: Sat, 24 Feb 2024 13:36:45 +0000 (+0100) Subject: Bugfix. E2ee misleading log fix. X-Git-Tag: archive/raspbian/3.16.7-1_deb13u1+rpi1~1^2~12^2~7^2~123^2 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=694a5f424243180091bc5cbebd8868690000cebc;p=nextcloud-desktop.git Bugfix. E2ee misleading log fix. Signed-off-by: alex-z --- diff --git a/src/libsync/discovery.cpp b/src/libsync/discovery.cpp index dc608aa7a..95c33c2ea 100644 --- a/src/libsync/discovery.cpp +++ b/src/libsync/discovery.cpp @@ -2050,7 +2050,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--;