aboutsummaryrefslogtreecommitdiffstats
path: root/scd/apdu.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2009-05-13 11:42:34 +0000
committerWerner Koch <[email protected]>2009-05-13 11:42:34 +0000
commita766a37290cf334d5eead1041ea271a5d714d66f (patch)
treec3b804cebf89ec95903775e9e1ebb4ec5ea86257 /scd/apdu.c
parentFix bug 1045. (diff)
downloadgnupg-a766a37290cf334d5eead1041ea271a5d714d66f.tar.gz
gnupg-a766a37290cf334d5eead1041ea271a5d714d66f.zip
Print keyid in gpg --list-packets.
Add some not yet code to app-nks.c Changed batch mode expiration time computation
Diffstat (limited to 'scd/apdu.c')
-rw-r--r--scd/apdu.c4
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;
}