From 24a75201da6be72edf85b96dbc0c01c747d02c6a Mon Sep 17 00:00:00 2001 From: Werner Koch Date: Mon, 6 Apr 2015 13:42:17 +0200 Subject: Rename DBG_ASSUAN to DBG_IPC and add separate DBG_EXTPROG. * g10/options.h (DBG_EXTPROG_VALUE): Separate from DBG_IPC_VALUE. --- agent/call-pinentry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'agent/call-pinentry.c') diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c index ef1bfa428..6db429c47 100644 --- a/agent/call-pinentry.c +++ b/agent/call-pinentry.c @@ -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, -- cgit v1.2.3