Przeglądaj źródła

log: fix showing verbatim %s

So turn 'hover in %s 1a5cd940' into 'hover in 1a5cd940'
j8
Ruben Kerkhof 5 lat temu
rodzic
commit
06ae1861ee
No account linked to committer's email address
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      modules/UI/videolayout/LargeVideoManager.js

+ 1
- 1
modules/UI/videolayout/LargeVideoManager.js Wyświetl plik

@@ -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();

Ładowanie…
Anuluj
Zapisz