From 35435340c122436791f9d69477f295e8cbb07c75 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Fri, 28 Jul 2023 20:33:10 +0700 Subject: [PATCH] fix --- lib/record/google-storage.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/record/google-storage.js b/lib/record/google-storage.js index d0a9637..577caa6 100644 --- a/lib/record/google-storage.js +++ b/lib/record/google-storage.js @@ -14,7 +14,7 @@ class GoogleStorageUploadStream extends Writable { }); this.writeStream.on('error', (err) => this.logger.error(err)); - this.writeStream.on('finish', () => this.logger.log('Upload completed.')); + this.writeStream.on('finish', () => this.logger.info('google storage Upload completed.')); } _write(chunk, encoding, callback) {