chore: reduce isValidMemEvent log level

This commit is contained in:
td 2024-04-30 21:40:43 +05:30
parent d90178d8f5
commit c5b5a1cf14
No known key found for this signature in database
GPG Key ID: 62A30523D4D6CE28
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ bool isValidMemEvent(Map<String, Object?> event) {
return true;
} else {
Logs()
.w('[VOIP] FamedlyCallMemberEvent ignoring unclean membership $event');
.v('[VOIP] FamedlyCallMemberEvent ignoring unclean membership $event');
return false;
}
}