日志优化

This commit is contained in:
hahwu 2026-03-17 10:29:10 +08:00
parent 47ffc52955
commit 1f1aa56d1b

View File

@ -120,7 +120,7 @@ func HandleClientReq(args []interface{}) {
G_GameLogicPtr.SendServerVersion(a)
case "ReqRegisterAccount":
detail := &msg.ReqRegisterAccount{}
log.Debug("player %s start login", detail.UserName)
log.Debug("player %s start register", detail.UserName)
proto.Unmarshal(buf, detail)
gl := G_getGameLogic()
defer func() {