Skip to content

Commit 11d9c68

Browse files
committed
GPCard: add log message
1 parent ccc885d commit 11d9c68

File tree

1 file changed

+2
-0
lines changed
  • globalplatform/src/main/java/org/openjavacard/gp/client

1 file changed

+2
-0
lines changed

Diff for: globalplatform/src/main/java/org/openjavacard/gp/client/GPCard.java

+2
Original file line numberDiff line numberDiff line change
@@ -453,6 +453,8 @@ public void disconnect() throws CardException {
453453
*/
454454
private void ensureConnectedToCard() throws CardException {
455455
if(mCard == null) {
456+
LOG.debug("connecting to card");
457+
456458
// connect to the card
457459
mCard = mTerminal.connect("*");
458460

0 commit comments

Comments
 (0)