Commit 22854c46b8b20cd405c4ec1c047a3d772df85c80

Authored by 陆恒
1 parent 9a3bf83b
Exists in master

提交

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
src/HttpServer/logic/logic.go
... ... @@ -465,7 +465,7 @@ func HandleNewGetData(w http.ResponseWriter, data string) {
465 465 break
466 466 }
467 467 resp.Result.Data.Base_data = val
468   - logger.Info("HandleNewGetData new is=%v",val)
  468 + logger.Info("HandleNewGetData new is=%v",resp)
469 469  
470 470 break
471 471 }
... ...