Comma to plus

This commit is contained in:
perroned 2017-07-15 10:59:45 -04:00
parent 335c547b82
commit 0a6bb57580

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();