narras-oss commented on code in PR #240:
URL:
https://github.com/apache/santuario-xml-security-java/pull/240#discussion_r1380827955
##########
src/main/java/org/apache/xml/security/algorithms/implementations/SignatureBaseRSA.java:
##########
@@ -62,7 +62,7 @@ public SignatureBaseRSA(Provider provider) throws
XMLSignatureException {
String algorithmID =
JCEMapper.translateURItoJCEID(this.engineGetURI());
this.signatureAlgorithm = getSignature(provider, algorithmID);
LOG.log(Level.DEBUG, "Created SignatureRSA using {0} and provider {1}",
- algorithmID, signatureAlgorithm.getProvider());
+ algorithmID, provider);
Review Comment:
Thanks, reverted debug line
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]