Skip to content
Snippets Groups Projects
Unverified Commit 8eac0b9b authored by Pedro Beschorner Marin's avatar Pedro Beschorner Marin Committed by GitHub
Browse files

Merge pull request #12816 from bigbluebutton/antobinary-patch-2

fix: ConnectionStatus - log info on 'warning'
parents d8fbcc60 4806e71f
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,6 @@ const logConnectionStatus = (meetingId, userId, status, type, value) => {
Logger.info(`Connection status updated: meetingId=${meetingId} userId=${userId} status=${status} type=${type}`);
break;
case 'warning':
// Skip
break;
case 'danger':
case 'critical':
switch (type) {
......
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