Commit 24552d54c3387b6590725053e4bac84db0f7b3b0
1 parent
90accf5a
Exists in
master
提交
Showing
1 changed file
with
2 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/httpserver.go
| @@ -30,6 +30,8 @@ func StartHttpTicker() { | @@ -30,6 +30,8 @@ func StartHttpTicker() { | ||
| 30 | if nowtime-gLastChatTime >= 20*60 { | 30 | if nowtime-gLastChatTime >= 20*60 { |
| 31 | gLastChatTime = nowtime | 31 | gLastChatTime = nowtime |
| 32 | HandleRandWorldChat() | 32 | HandleRandWorldChat() |
| 33 | + } else { | ||
| 34 | + logger.Info("StartHttpTicker gLastChatTime=%v %v", gLastChatTime, nowtime) | ||
| 33 | } | 35 | } |
| 34 | 36 | ||
| 35 | } | 37 | } |