Skip to content

Commit 14ae703

Browse files
committed
Correct wording
1 parent 345137f commit 14ae703

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/src/main/java/pro/javacard/gp/GPSession.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -441,7 +441,7 @@ public void openSecureChannel(GPCardKeys keys, GPSecureChannelVersion scp, byte[
441441
}
442442
if ((i & 0x01) == 0x01) {
443443
if (!s16) {
444-
logger.warn("S16 mode requested but not reported by card!");
444+
logger.warn("S16 mode reported by card but not requested!");
445445
}
446446
update_len += 16; // +8 for both challenges
447447
}

0 commit comments

Comments
 (0)