diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index ebdb70b..165e7f2 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -156,7 +156,7 @@ func Testapi(w http.ResponseWriter, r *http.Request) { r.Body.Close() s := string(result) - logger.Info("Querysigndata , body:%v,uuid=%v", s, Uuid) + logger.Info("Testapi , body:%v,uuid=%v", s, Uuid) var rdata TesaApiData err := json.Unmarshal([]byte(s), &rdata) -- libgit2 0.21.0