mirror of
git://git.gnupg.org/gnupg.git
synced 2025-04-17 15:44:34 +02: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 =
|
reader_table[slot].pcsc.current_state =
|
||||||
(rdrstates[0].event_state & ~PCSC_STATE_CHANGED);
|
(rdrstates[0].event_state & ~PCSC_STATE_CHANGED);
|
||||||
|
|
||||||
if (DBG_CARD_IO)
|
if (DBG_READER)
|
||||||
log_debug
|
log_debug
|
||||||
("pcsc_get_status_change: %s%s%s%s%s%s%s%s%s%s\n",
|
("pcsc_get_status_change: %s%s%s%s%s%s%s%s%s%s\n",
|
||||||
(rdrstates[0].event_state & PCSC_STATE_IGNORE)? " ignore":"",
|
(rdrstates[0].event_state & PCSC_STATE_IGNORE)? " ignore":"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user