aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--g10/ChangeLog2
-rw-r--r--g10/passphrase.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/g10/ChangeLog b/g10/ChangeLog
index 3f272fb40..1ad66449d 100644
--- a/g10/ChangeLog
+++ b/g10/ChangeLog
@@ -1,5 +1,7 @@
2004-12-14 Werner Koch <[email protected]>
+ * passphrase.c (agent_get_passphrase): Removed debug output
+
* keyserver.c (keyserver_work, keyserver_spawn): Map ldaps to ldap.
* keyedit.c (keyedit_menu): Removed the N_() markers from the
diff --git a/g10/passphrase.c b/g10/passphrase.c
index 9d303f43d..594fa335b 100644
--- a/g10/passphrase.c
+++ b/g10/passphrase.c
@@ -652,7 +652,6 @@ agent_get_passphrase ( u32 *keyid, int mode, const char *tryagain_text,
int prot;
char *orig_codeset = NULL;
- log_debug ("agent_get_passphrase tryagin='%s' prompt='%s'\n", tryagain_text, custom_prompt);
if (canceled)
*canceled = 0;