diff --git a/src/HttpServer/logic/httpserver.go b/src/HttpServer/logic/httpserver.go index e3480ac..429642b 100644 --- a/src/HttpServer/logic/httpserver.go +++ b/src/HttpServer/logic/httpserver.go @@ -285,7 +285,7 @@ func QueryInvite(w http.ResponseWriter, r *http.Request) { r.Body.Close() s := string(result) - logger.Info("QueryInvite , body:%v,uuid=%v", s) + logger.Info("QueryInvite , body:%v,uuid=%v", s,uuid) HandleQueryInvite(w,s) -- libgit2 0.21.0