Commit ef9ace3408c1855ef3bca4fba5d98cb45e165b6b

Authored by 陆恒
1 parent a48e4012

提交

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 562 } else {
563 563 u.ContinueLoginDay++
564 564 }
565   -
  565 + logger.Info("HandlePassDay now=%v,last=%v", nowtimestamp.Unix(), lasttimestamp.Unix())
566 566 }
567 567  
568 568 if isdiffday {
... ...