瀏覽代碼

log: fix showing verbatim %s

So turn 'hover in %s 1a5cd940' into 'hover in 1a5cd940'
master
Ruben Kerkhof 5 年之前
父節點
當前提交
06ae1861ee
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      modules/UI/videolayout/LargeVideoManager.js

+ 1
- 1
modules/UI/videolayout/LargeVideoManager.js 查看文件

@@ -184,7 +184,7 @@ export default class LargeVideoManager {
184 184
 
185 185
             this.newStreamData = null;
186 186
 
187
-            logger.info('hover in %s', id);
187
+            logger.info(`hover in ${id}`);
188 188
             this.state = videoType;
189 189
             // eslint-disable-next-line no-shadow
190 190
             const container = this.getCurrentContainer();

Loading…
取消
儲存