Commit 0b943e81e9e1de1f525fbee33980c747ea89dd84
1 parent
753931da
Exists in
master
and in
4 other branches
提交
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/HttpServer/logic/logic.go
@@ -508,7 +508,7 @@ func HandlerQuerytaskinfo(w http.ResponseWriter, data string, uuid int) { | @@ -508,7 +508,7 @@ func HandlerQuerytaskinfo(w http.ResponseWriter, data string, uuid int) { | ||
508 | } | 508 | } |
509 | 509 | ||
510 | //回包 | 510 | //回包 |
511 | - logger.Info("HandlerQuerytaskinfo resp=%v", resp) | 511 | + logger.Info("HandlerQuerytaskinfo,uuid=%v resp=%v", uuid, resp) |
512 | respstr, _ := json.Marshal(&resp) | 512 | respstr, _ := json.Marshal(&resp) |
513 | fmt.Fprint(w, string(respstr)) | 513 | fmt.Fprint(w, string(respstr)) |
514 | 514 |