소스 검색

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…
취소
저장