Added missing comma in a LOGGER call for VideoEventMapDelegate class.
This commit is contained in:
parent
f7208a648d
commit
4e6a215033
@ -429,7 +429,7 @@ package org.bigbluebutton.modules.videoconf.maps
|
||||
}
|
||||
|
||||
public function switchToViewer(event:MadePresenterEvent):void{
|
||||
LOGGER.debug("VideoEventMapDelegate:: [{0}] Got Switch to viewer event. ready = [{1}]" [me, _ready]);
|
||||
LOGGER.debug("VideoEventMapDelegate:: [{0}] Got Switch to viewer event. ready = [{1}]", [me, _ready]);
|
||||
|
||||
if (options.showButton){
|
||||
LOGGER.debug("****************** Switching to viewer. Show video button?=[{0}]", [UsersUtil.amIPresenter()]);
|
||||
|
Loading…
Reference in New Issue
Block a user