debug (log): expose additional info on debug more

This commit is contained in:
Mickael Kerjean 2022-07-19 21:28:00 +10:00
parent 9f7550938b
commit 1d47e557fc

View file

@ -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
}