Skip to content
Snippets Groups Projects
Unverified Commit a3f01721 authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

Update bigbluebutton-html5/imports/api/voice-users/server/publishers.js

parent b5041018
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,7 @@ function voiceUser() {
ejectUserFromVoice(requesterUserId);
}
} catch (e) {
Logger.error(`Exception while executing ejectUserFromVoice: ${e}`);
Logger.error(`Exception while executing ejectUserFromVoice for ${requesterUserId}: ${e}`);
}
});
......
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