mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG.
* g10/options.h (DBG_EXTPROG_VALUE): Separate from DBG_IPC_VALUE.
This commit is contained in:
parent
2f099eb62a
commit
24a75201da
19 changed files with 47 additions and 53 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":"");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue