[*] 日常优化

This commit is contained in:
acgist
2023-08-30 07:21:30 +08:00
parent d11e8e058e
commit af1f53884b
3 changed files with 30 additions and 29 deletions

View File

@@ -978,7 +978,7 @@ public final class Taoyao implements ITaoyao {
final String roomId = MapUtils.get(body, "roomId");
final Room room = this.rooms.remove(roomId);
if(room == null) {
Log.w(Taoyao.class.getSimpleName(), "无效房间:" + roomId);
Log.w(Taoyao.class.getSimpleName(), "关闭房间(无效房间" + roomId);
return;
}
room.close();