diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index bedf172..42beafe 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -30,6 +30,8 @@ func StartHttpTicker() { if nowtime-gLastChatTime >= 20*60 { gLastChatTime = nowtime HandleRandWorldChat() + } else { + logger.Info("StartHttpTicker gLastChatTime=%v %v", gLastChatTime, nowtime) } } -- libgit2 0.21.0