aboutsummaryrefslogtreecommitdiffstats
path: root/g13/call-gpg.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2015-04-06 11:42:17 +0000
committerWerner Koch <[email protected]>2015-04-06 11:42:17 +0000
commit24a75201da6be72edf85b96dbc0c01c747d02c6a (patch)
treeded5739c5a3d8a1ad6c241732809aefdb1555f59 /g13/call-gpg.c
parentFix use of DBG_CACHE and DBG_LOOKUP (diff)
downloadgnupg-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 '')
-rw-r--r--g13/call-gpg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/g13/call-gpg.c b/g13/call-gpg.c
index 54f6056d5..0bd935c1f 100644
--- a/g13/call-gpg.c
+++ b/g13/call-gpg.c
@@ -136,7 +136,7 @@ start_gpg (ctrl_t ctrl, int input_fd, int output_fd, assuan_context_t *r_ctx)
*r_ctx = ctx;
- if (DBG_ASSUAN)
+ if (DBG_IPC)
log_debug ("connection to GPG established\n");
return 0;
}