log: fix showing verbatim %s

So turn 'hover in %s 1a5cd940' into 'hover in 1a5cd940'
pull/5629/head jitsi-meet_4390
Ruben Kerkhof 5 years ago committed by GitHub
parent e0afd8fadb
commit 06ae1861ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/UI/videolayout/LargeVideoManager.js

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

Loading…
Cancel
Save