From 24552d54c3387b6590725053e4bac84db0f7b3b0 Mon Sep 17 00:00:00 2001 From: 陆恒 Date: Thu, 4 Jun 2020 10:23:19 +0800 Subject: [PATCH] 提亀 --- src/HttpServer/logic/httpserver.go | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) 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