1
0
Fork 0
mirror of git://git.gnupg.org/gnupg.git synced 2025-07-02 22:46:30 +02:00

(pin_cb): Print a warning if the info string hack is

not there.  This may happen due to typos in the translation.
This commit is contained in:
Werner Koch 2005-03-30 10:39:13 +00:00
parent 4d5285ee87
commit 1985805cdf
6 changed files with 31 additions and 18 deletions

View file

@ -223,7 +223,7 @@ struct {
#define DBG_TRUST_VALUE 256 /* debug the trustdb */
#define DBG_HASHING_VALUE 512 /* debug hashing operations */
#define DBG_EXTPROG_VALUE 1024 /* debug external program calls */
#define DBG_CARD_IO_VALUE 2048
#define DBG_CARD_IO_VALUE 2048 /* debug smart card I/O. */
#define DBG_PACKET (opt.debug & DBG_PACKET_VALUE)
#define DBG_FILTER (opt.debug & DBG_FILTER_VALUE)