Commit e28b23b304780f95672319cff2a1cf15a3c9d6ef
1 parent
46cb67a5
Exists in
master
and in
4 other branches
提交添加log
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/function.go
| @@ -838,6 +838,7 @@ func (uinfo *UserData) AddUserExp(num int) bool { | @@ -838,6 +838,7 @@ func (uinfo *UserData) AddUserExp(num int) bool { | ||
| 838 | uinfo.UpLvCostTimeSec = int(time.Now().Unix()) | 838 | uinfo.UpLvCostTimeSec = int(time.Now().Unix()) |
| 839 | } | 839 | } |
| 840 | 840 | ||
| 841 | + logger.Info("AddUserExp:%v,exp=%v", uinfo.Userid, uinfo.Exp) | ||
| 841 | return isup | 842 | return isup |
| 842 | } | 843 | } |
| 843 | 844 |