日志优化
This commit is contained in:
parent
39575b61d5
commit
27c7d38fba
@ -191,9 +191,7 @@ func HandleClientReq(args []interface{}) {
|
||||
p.(*Player).TeLog("Login_log", nil)
|
||||
p.(*Player).ProcessTrigger()
|
||||
}
|
||||
if newPlayer {
|
||||
log.Debug("uid : %d, init user process : %s, execTime : %v , isNew: %v", p.(*Player).M_DwUin, m.GetFunc(), time.Since(start), newPlayer)
|
||||
}
|
||||
log.Debug("uid : %d, init user process : %s, execTime : %v , isNew: %v", p.(*Player).M_DwUin, m.GetFunc(), time.Since(start), newPlayer)
|
||||
case "ReqServerTime": // 获取服务器时间
|
||||
detail := &msg.ReqServerTime{}
|
||||
proto.Unmarshal(buf, detail)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user