Skip to content

Commit

Permalink
log encryption version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hitenjain14 committed Nov 16, 2024
1 parent 3fa466a commit d970a86
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zboxcore/sdk/downloadworker.go
Original file line number Diff line number Diff line change
Expand Up @@ -476,6 +476,7 @@ func (req *DownloadRequest) processDownload() {
}
elapsedInitEC := time.Since(now)
if req.encryptedKey != "" {
logger.Logger.Info("encryption version: ", fRef.EncryptionVersion)
err = req.initEncryption(fRef.EncryptionVersion)
if err != nil {
req.errorCB(
Expand Down

0 comments on commit d970a86

Please sign in to comment.