Skip to content

Commit

Permalink
log: Fix formatting of log message. (#2365)
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev authored Oct 4, 2023
1 parent 683dc0f commit 3acf2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/xmpp/moderator.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ export default class Moderator extends Listenable {

// we want to ignore redirects when this is jibri (record/live-stream or a sip jibri)
if (conferenceRequest.vnode && !this.options.iAmRecorder && !this.options.iAmSipGateway) {
logger.warn(`Redirected to: ${conferenceRequest.vnode} with focusJid ${conferenceRequest.focusJid} }`);
logger.warn(`Redirected to: ${conferenceRequest.vnode} with focusJid ${conferenceRequest.focusJid}`);

this.xmpp.eventEmitter.emit(CONNECTION_REDIRECTED, conferenceRequest.vnode, conferenceRequest.focusJid);

Expand Down

0 comments on commit 3acf2b0

Please sign in to comment.