锦标赛增加日志

This commit is contained in:
hahwu 2026-04-16 15:37:16 +08:00
parent fc73d862dd
commit 00a8efc21d

View File

@ -199,6 +199,7 @@ func (c *ChampshipMgr) ReloadActivity() {
c.ZeroUpdate() c.ZeroUpdate()
}) })
dispterTimer["zero"] = t dispterTimer["zero"] = t
log.Debug("ChampshipMgr reload activity success, activity endtime:%d, now:%d, remain:%d, next zero update time:%s", activityCfg.Endtime, GoUtil.Now(), activityCfg.Endtime-GoUtil.Now(), GoUtil.FormatTime(activityCfg.Endtime))
} }
func (c *ChampshipMgr) ZeroUpdate() (interface{}, error) { func (c *ChampshipMgr) ZeroUpdate() (interface{}, error) {