|
@ -338,7 +338,7 @@ func readEncryptedUrl(fileUrl string, cipherKey []byte, isContentCompressed bool |
|
|
if isContentCompressed { |
|
|
if isContentCompressed { |
|
|
decryptedData, err = DecompressData(decryptedData) |
|
|
decryptedData, err = DecompressData(decryptedData) |
|
|
if err != nil { |
|
|
if err != nil { |
|
|
glog.V(0).Info("unzip decrypt %s: %v", fileUrl, err) |
|
|
|
|
|
|
|
|
glog.V(0).Infof("unzip decrypt %s: %v", fileUrl, err) |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
if len(decryptedData) < int(offset)+size { |
|
|
if len(decryptedData) < int(offset)+size { |
|
|