aboutsummaryrefslogtreecommitdiffstats
path: root/agent/call-pinentry.c
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-10-18 14:56:52 +0000
committerWerner Koch <[email protected]>2010-10-18 14:56:52 +0000
commit52cbcd94aca799d9711045080c01d87dec2af83c (patch)
tree787e818def2f13f6746cdfe258b3148eadcc4da9 /agent/call-pinentry.c
parentreplace some sprintf by bin2hex. (diff)
downloadgnupg-52cbcd94aca799d9711045080c01d87dec2af83c.tar.gz
gnupg-52cbcd94aca799d9711045080c01d87dec2af83c.zip
Re-enabled german translation
Diffstat (limited to 'agent/call-pinentry.c')
-rw-r--r--agent/call-pinentry.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/agent/call-pinentry.c b/agent/call-pinentry.c
index bbb15001f..89450cd98 100644
--- a/agent/call-pinentry.c
+++ b/agent/call-pinentry.c
@@ -332,8 +332,8 @@ start_pinentry (ctrl_t ctrl)
ASSUAN_PIPE_CONNECT_DETACHED);
if (rc)
{
- log_error ("can't connect to the PIN entry module: %s\n",
- gpg_strerror (rc));
+ log_error ("can't connect to the PIN entry module `%s': %s\n",
+ opt.pinentry_program, gpg_strerror (rc));
assuan_release (ctx);
return unlock_pinentry (gpg_error (GPG_ERR_NO_PIN_ENTRY));
}