mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
scd: New debug flags "card".
* scd/scdaemon.c (debug_flags): Add "card". * scd/scdaemon.h (DBG_CARD_VALUE, DBG_CARD): New. -- Some information from parsing the card are often very helpful. However, the card_io triggered APDU dumps are in most cases too heavy. Thus this new debug flag.
This commit is contained in:
parent
385f484133
commit
7dc5693926
2 changed files with 5 additions and 2 deletions
|
@ -194,6 +194,7 @@ static struct debug_flags_s debug_flags [] =
|
|||
{ DBG_MEMSTAT_VALUE, "memstat" },
|
||||
{ DBG_HASHING_VALUE, "hashing" },
|
||||
{ DBG_IPC_VALUE , "ipc" },
|
||||
{ DBG_CARD_VALUE , "card" },
|
||||
{ DBG_CARD_IO_VALUE, "cardio" },
|
||||
{ DBG_READER_VALUE , "reader" },
|
||||
{ DBG_APP_VALUE , "app" },
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue