Merge pull request #4097 from perroned/fix-log-error

Comma to plus
This commit is contained in:
Richard Alam 2017-07-15 11:16:24 -04:00 committed by GitHub
commit ab9741df2f

View File

@ -188,7 +188,7 @@ package org.bigbluebutton.modules.screenshare.managers
attempt to share
*/
private function webRTCWorksAndConfigured (message:String):void {
LOGGER.debug("WebRTC Screenshare works, start sharing: ", message);
LOGGER.debug("WebRTC Screenshare works, start sharing: " + message);
JSLog.warn("WebRTC Screenshare works, start sharing: ", message);
usingWebRTC = true;
startWebRTCDeskshare();