Commit 17c74a17c8ac557ce9884639018e01939b420d74
1 parent
77da2da8
fix: update time
Showing
4 changed files
with
7 additions
and
3 deletions
Show diff stats
cmd/gameserver/service/agent.go
... | ... | @@ -109,7 +109,7 @@ func (c *Agent) SendMsg(errCode int32, cmd uint32, msg interface{}, preserve uin |
109 | 109 | |
110 | 110 | func (c *Agent) OnMessage(msg components.IMessage) error { |
111 | 111 | atomic.StoreInt64(&c.lastHeartCheckTime, common.Timex()) |
112 | - logger.Debug("req protocolID: %d, %s", msg.GetHeader().GetMsgID(), msg.GetData()) | |
112 | + logger.Debug("req protocolID: %d", msg.GetHeader().GetMsgID()) | |
113 | 113 | //heart |
114 | 114 | if msg.GetHeader().GetMsgID() == uint32(pb.ProtoCode_HeartRpc) { |
115 | 115 | return nil | ... | ... |
cmd/gameserver/service/game.go
cmd/httpserver/service/http.go