日志优化

This commit is contained in:
hahwu 2026-01-26 17:35:15 +08:00
parent 746ad76a5b
commit d60c56a767

View File

@ -60,7 +60,7 @@ func HandleClientReq(args []interface{}) {
// 消息的发送者 // 消息的发送者
a := args[1].(gate.Agent) a := args[1].(gate.Agent)
buf := m.GetInfo() buf := m.GetInfo()
log.Debug("消息Func : %s", m.GetFunc()) // log.Debug("消息Func : %s", m.GetFunc())
switch m.GetFunc() { switch m.GetFunc() {
case "ClientTick": case "ClientTick":
case "ReqChangePassword": case "ReqChangePassword":