mirror of
git://git.gnupg.org/gnupg.git
synced 2024-12-22 10:19:57 +01:00
scd: Do not print reader status change with --debug cardio.
-- ... but use --debug reader for this. Signed-off-by: Werner Koch <wk@gnupg.org> (cherry picked from commit bd3b698d8ec427a02f2fa793777f2a88bc356f25)
This commit is contained in:
parent
d574213ce2
commit
23f1fc766a
@ -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":"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user