Commit 99e0fe5dde004dad08616a671a3ce50a62a08684
1 parent
8bc95d1e
Exists in
master
提交
Showing
2 changed files
with
2 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/function.go
src/HttpServer/logic/logic.go
... | ... | @@ -2025,6 +2025,7 @@ func HandlerRecovery(w http.ResponseWriter, data string, uuid int) { |
2025 | 2025 | } |
2026 | 2026 | |
2027 | 2027 | catnum := uinfo.CalcMainCatNum() |
2028 | + logger.Info("HandlerRecovery catnum=%v", catnum) | |
2028 | 2029 | if catnum <= 1 { |
2029 | 2030 | logger.Error("HandlerRecovery CatLV failed=%v", err) |
2030 | 2031 | resp.Code = 1 | ... | ... |