Commit f6b9453939911a2dc590b7cd8bd520e27faf213a
1 parent
c69ebce3
Exists in
master
提交
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -453,6 +453,7 @@ func HandlerUploadlevel(w http.ResponseWriter, data string, uuid int) { | @@ -453,6 +453,7 @@ func HandlerUploadlevel(w http.ResponseWriter, data string, uuid int) { | ||
453 | break | 453 | break |
454 | } | 454 | } |
455 | 455 | ||
456 | + logger.Info("HandlerUploadlevel uinfo=%v rdata=%v",uinfo.PassLevel,rdata.Level) | ||
456 | if rdata.Level > uinfo.PassLevel { | 457 | if rdata.Level > uinfo.PassLevel { |
457 | uinfo.PassLevel = rdata.Level | 458 | uinfo.PassLevel = rdata.Level |
458 | } | 459 | } |