Selaa lähdekoodia

log: fix showing verbatim %s

So turn 'hover in %s 1a5cd940' into 'hover in 1a5cd940'
master
Ruben Kerkhof 5 vuotta sitten
vanhempi
commit
06ae1861ee
No account linked to committer's email address
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1
    1
      modules/UI/videolayout/LargeVideoManager.js

+ 1
- 1
modules/UI/videolayout/LargeVideoManager.js Näytä tiedosto

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

Loading…
Peruuta
Tallenna