mirror of
https://github.com/mickael-kerjean/filestash
synced 2026-01-09 17:27:15 +01:00
debug (log): expose additional info on debug more
This commit is contained in:
parent
9f7550938b
commit
1d47e557fc
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue