Commit ef9ace3408c1855ef3bca4fba5d98cb45e165b6b
1 parent
a48e4012
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
@@ -562,7 +562,7 @@ func (u *UserData) HandlePassDay() { | @@ -562,7 +562,7 @@ func (u *UserData) HandlePassDay() { | ||
562 | } else { | 562 | } else { |
563 | u.ContinueLoginDay++ | 563 | u.ContinueLoginDay++ |
564 | } | 564 | } |
565 | - | 565 | + logger.Info("HandlePassDay now=%v,last=%v", nowtimestamp.Unix(), lasttimestamp.Unix()) |
566 | } | 566 | } |
567 | 567 | ||
568 | if isdiffday { | 568 | if isdiffday { |