We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2172f28 commit 61c0a49Copy full SHA for 61c0a49
src/crypto/OlmDevice.ts
@@ -1119,7 +1119,7 @@ export class OlmDevice {
1119
}
1120
1121
1122
- logger.info(
+ logger.debug(
1123
`Storing megolm session ${senderKey}|${sessionId} with first index ` +
1124
session.first_known_index(),
1125
);
src/webrtc/groupCallEventHandler.ts
@@ -132,7 +132,7 @@ export class GroupCallEventHandler {
132
break;
133
134
135
- logger.info(`GroupCallEventHandler createGroupCallForRoom() processed room (roomId=${room.roomId})`);
+ logger.debug(`GroupCallEventHandler createGroupCallForRoom() processed room (roomId=${room.roomId})`);
136
this.getRoomDeferred(room.roomId).resolve!();
137
138
0 commit comments