From ce3e1c932dc7860717c0bc45b124ea27c56f81ad Mon Sep 17 00:00:00 2001 From: "gao.zhiyuan" Date: Thu, 7 Jul 2022 20:26:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=90=A4=E7=9F=B3=E8=AE=BE=E5=A4=87=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E5=9C=B0=E5=9D=80=E6=9B=B4=E6=96=B0=E6=9F=A5=E8=AF=A2?= =?UTF-8?q?=E7=94=A8=E6=97=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js index 099dc6a..b6dd362 100644 --- a/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js +++ b/code/VideoAccess-VCMP/api/app/lib/schedule/freshYingshiMsg.js @@ -138,7 +138,7 @@ module.exports = function (app, opts) { } } } - console.info(`萤石设备 ${deviceList.length} 播放地址更新查询用时 ${moment().diff(startTime, 'seconds')} s`) + console.info(`萤石设备播放地址更新查询用时 ${moment().diff(startTime, 'seconds')} s`) } catch (error) { app.fs.logger.error(`sechedule: freshYingshiPlayUrl, error: ${error}`); }