mirror of
https://github.com/mickael-kerjean/filestash.git
synced 2024-04-21 12:32:08 +00:00
debug (log): expose additional info on debug more
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user