diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 933a263..3ae2c53 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -453,6 +453,7 @@ func HandlerUploadlevel(w http.ResponseWriter, data string, uuid int) { break } + logger.Info("HandlerUploadlevel uinfo=%v rdata=%v",uinfo.PassLevel,rdata.Level) if rdata.Level > uinfo.PassLevel { uinfo.PassLevel = rdata.Level } -- libgit2 0.21.0