We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 603b11d commit be0d230Copy full SHA for be0d230
parsec-jca-java/src/main/java/org/parallaxsecond/parsec/jce/provider/ParsecSignature.java
@@ -69,7 +69,7 @@ protected byte[] engineSign() throws SignatureException {
69
parsecClientAccessor
70
.get()
71
.psaSignHash(keyName, digest, signatureInfo.getParsecAlgorithm());
72
- log.info(String.format("Signed with algorithm {}", signatureInfo.getAlgorithmName()));
+ log.info(String.format("Signed with algorithm %s", signatureInfo.getAlgorithmName()));
73
74
return r.getSignature();
75
} catch (ServiceException | ClientException e) {
0 commit comments