Skip to content

Commit be0d230

Browse files
samspychergrealish
authored andcommitted
tired mistakes happening
1 parent 603b11d commit be0d230

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

parsec-jca-java/src/main/java/org/parallaxsecond/parsec/jce/provider/ParsecSignature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ protected byte[] engineSign() throws SignatureException {
6969
parsecClientAccessor
7070
.get()
7171
.psaSignHash(keyName, digest, signatureInfo.getParsecAlgorithm());
72-
log.info(String.format("Signed with algorithm {}", signatureInfo.getAlgorithmName()));
72+
log.info(String.format("Signed with algorithm %s", signatureInfo.getAlgorithmName()));
7373

7474
return r.getSignature();
7575
} catch (ServiceException | ClientException e) {

0 commit comments

Comments
 (0)