diff options
author | Werner Koch <[email protected]> | 2015-04-06 11:42:17 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2015-04-06 11:42:17 +0000 |
commit | 24a75201da6be72edf85b96dbc0c01c747d02c6a (patch) | |
tree | ded5739c5a3d8a1ad6c241732809aefdb1555f59 /g10/gpg.c | |
parent | Fix use of DBG_CACHE and DBG_LOOKUP (diff) | |
download | gnupg-24a75201da6be72edf85b96dbc0c01c747d02c6a.tar.gz gnupg-24a75201da6be72edf85b96dbc0c01c747d02c6a.zip |
Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.
* g10/options.h (DBG_EXTPROG_VALUE): Separate from DBG_IPC_VALUE.
Diffstat (limited to 'g10/gpg.c')
-rw-r--r-- | g10/gpg.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1136,7 +1136,7 @@ set_debug (const char *level) (opt.debug & DBG_HASHING_VALUE)? " hashing":"", (opt.debug & DBG_EXTPROG_VALUE)? " extprog":"", (opt.debug & DBG_CARD_IO_VALUE)? " cardio":"", - (opt.debug & DBG_ASSUAN_VALUE )? " assuan":"", + (opt.debug & DBG_IPC_VALUE )? " ipc":"", (opt.debug & DBG_CLOCK_VALUE )? " clock":"", (opt.debug & DBG_LOOKUP_VALUE )? " lookup":""); } |