aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--scd/apdu.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/scd/apdu.c b/scd/apdu.c
index 8a3b5b411..a7512ee9a 100644
--- a/scd/apdu.c
+++ b/scd/apdu.c
@@ -698,7 +698,7 @@ pcsc_get_status (int slot, unsigned int *status, int on_wire)
reader_table[slot].pcsc.current_state =
(rdrstates[0].event_state & ~PCSC_STATE_CHANGED);
- if (DBG_CARD_IO)
+ if (DBG_READER)
log_debug
("pcsc_get_status_change: %s%s%s%s%s%s%s%s%s%s\n",
(rdrstates[0].event_state & PCSC_STATE_IGNORE)? " ignore":"",