aboutsummaryrefslogtreecommitdiffstats
path: root/g13/call-gpg.c
diff options
context:
space:
mode:
Diffstat (limited to 'g13/call-gpg.c')
-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;
}