Skip to content
Snippets Groups Projects
Commit ab9741df authored by Richard Alam's avatar Richard Alam Committed by GitHub
Browse files

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

Comma to plus
parents 335c547b 0a6bb575
No related branches found
No related tags found
No related merge requests found
......@@ -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();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment