log修改
This commit is contained in:
parent
377482ce6d
commit
dcc68130d2
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in New Issue