log修改

This commit is contained in:
by 2024-08-26 10:53:25 +08:00
parent 377482ce6d
commit dcc68130d2
1 changed files with 1 additions and 3 deletions

View File

@ -98,7 +98,6 @@ func (this *MachineManager) Update() {
delConn = append(delConn, v)
v.Close()
logger.Logger.Tracef("断开连接:%v", v.Addr)
logger.Logger.Error("娃娃机断开连接!!!!!!!!!!!")
this.UpdateToGameServer(v, 0)
}
}
@ -117,8 +116,7 @@ func (this *MachineManager) Update() {
if err != nil {
continue
}
logger.Logger.Tracef("重连成功:%v", addr)
logger.Logger.Trace("娃娃机重连成功!!!!!!!!!!!")
logger.Logger.Tracef("娃娃机重连成功addr = %v", addr)
delIds = append(delIds, &Conn{
Id: id,
Conn: conn,