chore: make ignored call mem logging verbose

This commit is contained in:
td 2024-06-11 19:00:44 +05:30
parent a540bc6ef7
commit 373518557f
No known key found for this signature in database
GPG Key ID: 62A30523D4D6CE28
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ class GroupCallSession {
mems.where((element) => !memsForCurrentGroupCall.contains(element));
for (final mem in ignoredMems) {
Logs().w(
Logs().v(
'[VOIP] Ignored ${mem.userId}\'s mem event ${mem.toJson()} while updating _participants list for callId: $groupCallId, expiry status: ${mem.isExpired}');
}