Skip to content

Commit 603b11d

Browse files
samspychergrealish
authored andcommitted
fix typo
1 parent 7fbcc62 commit 603b11d

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("Signed with algorithm {)", signatureInfo.name());
72+
log.info(String.format("Signed with algorithm {}", signatureInfo.getAlgorithmName()));
7373

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

0 commit comments

Comments
 (0)