SEARCH-563

- Typo
This commit is contained in:
Keerthi Niranjan 2018-01-09 14:25:30 +05:30
parent b32c7784ea
commit 761875559c

View File

@ -164,7 +164,7 @@ DecryptionStream.prototype._flush = function(cb) {
try {
this._decipher.final();
} catch (e) {
log.send(logLevels.ERROR, 'Crypto: Decryption Failed: ' + e);
log.send(logLevels.ERROR, 'Crypto: Decryption failed: ' + e);
return cb();
}
decrypted.forEach(function(item) {