diff --git a/server/ctrl/share.go b/server/ctrl/share.go index c624f30b..87572aad 100644 --- a/server/ctrl/share.go +++ b/server/ctrl/share.go @@ -135,7 +135,7 @@ func ShareVerifyProof(ctx App, res http.ResponseWriter, req *http.Request) { MaxAge: -1, Path: COOKIE_PATH, }) - Log.Debug("share::verify::validate 'proof issue'") + Log.Debug("share::verify::validate 'proof issue' len(verifiedProof)[%d] len(requiredProof)[%d]", len(verifiedProof), len(requiredProof)) SendErrorResult(res, ErrNotValid) return }