diff --git a/bigbluebutton-html5/app/server/server.js b/bigbluebutton-html5/app/server/server.js index 409d64f31d42b0c68cc9fd693a7ce7f6afd52f18..4e832786074c5e64b8547165c2405dd0a93e82e6 100755 --- a/bigbluebutton-html5/app/server/server.js +++ b/bigbluebutton-html5/app/server/server.js @@ -615,8 +615,7 @@ Meteor.startup(() => { return callback(); } else { // keep moving in the queue if(indexOf.call(notLoggedEventTypes, eventName) < 0) { - Meteor.log.info(`WARNING!!! THE JSON MESSAGE WAS NOT OF TYPE SUPPORTED BY THIS APPLICATION - ${eventName} \n {JSON.stringify(message)}`); + Meteor.log.info(`WARNING!!! THE JSON MESSAGE WAS NOT OF TYPE SUPPORTED BY THIS APPLICATION: ${eventName} \n${JSON.stringify(message)}`); } return callback(); }