[*] 日常优化

This commit is contained in:
acgist
2023-08-31 07:21:15 +08:00
parent af1f53884b
commit 96e50a22db
3 changed files with 38 additions and 34 deletions

View File

@@ -962,7 +962,7 @@ public final class Taoyao implements ITaoyao {
final String roomId = MapUtils.get(body, "roomId");
final Room room = this.rooms.get(roomId);
if(room == null) {
Log.w(Taoyao.class.getSimpleName(), "无效房间:" + roomId);
Log.w(Taoyao.class.getSimpleName(), "房间终端列表(无效房间" + roomId);
return;
}
room.newRemoteClientFromRoomClientList(body);