diff --git a/src/HttpServer/logic/logic.go b/src/HttpServer/logic/logic.go index 5a58c4c..96f2f1e 100644 --- a/src/HttpServer/logic/logic.go +++ b/src/HttpServer/logic/logic.go @@ -508,7 +508,7 @@ func HandlerQuerytaskinfo(w http.ResponseWriter, data string, uuid int) { } //回包 - logger.Info("HandlerQuerytaskinfo resp=%v", resp) + logger.Info("HandlerQuerytaskinfo,uuid=%v resp=%v", uuid, resp) respstr, _ := json.Marshal(&resp) fmt.Fprint(w, string(respstr)) -- libgit2 0.21.0