Skip to content

Commit

Permalink
rb
Browse files Browse the repository at this point in the history
  • Loading branch information
wistefan committed Jan 3, 2025
1 parent 7870b2e commit 97ad7ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jades/jades_validator.go
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ func (v *ExternalJAdESValidator) ValidateSignature(signature string) (success bo
}
if validationHttpResponse.StatusCode != 200 {
logging.Log().Warnf("Add %s", v.ValidationAddress)
logging.Log().Warnf("Body %s", logging.PrettyPrintObject(validationHttpRequest))
logging.Log().Warnf("Body %s", logging.PrettyPrintObject(requestBody))
logging.Log().Warnf("Did not receive an OK from the validation endpoint. Was: %s", logging.PrettyPrintObject(validationHttpResponse))
return false, ErrorBadResponse
}
Expand Down

0 comments on commit 97ad7ae

Please sign in to comment.