diff options
Diffstat (limited to 'scd/apdu.c')
-rw-r--r-- | scd/apdu.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scd/apdu.c b/scd/apdu.c index 219dda04b..568f5cb97 100644 --- a/scd/apdu.c +++ b/scd/apdu.c @@ -3000,8 +3000,8 @@ send_le (int slot, int class, int ins, int p0, int p1, rc = send_apdu (slot, apdu, apdulen, result, &resultlen, pininfo); if (rc || resultlen < 2) { - log_error ("apdu_send_simple(%d) failed: %s\n", - slot, apdu_strerror (rc)); + log_info ("apdu_send_simple(%d) failed: %s\n", + slot, apdu_strerror (rc)); unlock_slot (slot); return rc? rc : SW_HOST_INCOMPLETE_CARD_RESPONSE; } |