mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +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
|
@ -135,7 +135,7 @@ unlock_pinentry (int rc)
|
|||
|
||||
if (rc)
|
||||
{
|
||||
if (DBG_ASSUAN)
|
||||
if (DBG_IPC)
|
||||
log_debug ("error calling pinentry: %s <%s>\n",
|
||||
gpg_strerror (rc), gpg_strsource (rc));
|
||||
|
||||
|
@ -351,7 +351,7 @@ start_pinentry (ctrl_t ctrl)
|
|||
}
|
||||
entry_ctx = ctx;
|
||||
|
||||
if (DBG_ASSUAN)
|
||||
if (DBG_IPC)
|
||||
log_debug ("connection to PIN entry established\n");
|
||||
|
||||
rc = assuan_transact (entry_ctx,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue