diff --git a/modules/UI/videolayout/LargeVideoManager.js b/modules/UI/videolayout/LargeVideoManager.js index 2d322b327..999431c68 100644 --- a/modules/UI/videolayout/LargeVideoManager.js +++ b/modules/UI/videolayout/LargeVideoManager.js @@ -184,7 +184,7 @@ export default class LargeVideoManager { this.newStreamData = null; - logger.info('hover in %s', id); + logger.info(`hover in ${id}`); this.state = videoType; // eslint-disable-next-line no-shadow const container = this.getCurrentContainer();