summaryrefslogtreecommitdiffstats
path: root/common
diff options
context:
space:
mode:
authorMarcus Brinkmann <mb@g10code.com>2010-09-01 02:44:55 +0200
committerMarcus Brinkmann <mb@g10code.com>2010-09-01 02:44:55 +0200
commite3d8bb02448ff12f35bb3b89299b64a3b0141509 (patch)
treefe0afe9111ad61ff404a026a62912d18b1aa92f3 /common
parentImport OpenPGP keys into the agent. (diff)
downloadgnupg2-e3d8bb02448ff12f35bb3b89299b64a3b0141509.tar.xz
gnupg2-e3d8bb02448ff12f35bb3b89299b64a3b0141509.zip
2010-09-01 Marcus Brinkmann <marcus@g10code.de>
* estream.c (_es_set_std_fd): Disable debug output.
Diffstat (limited to 'common')
-rw-r--r--common/ChangeLog4
-rw-r--r--common/estream.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/common/ChangeLog b/common/ChangeLog
index 55df30b54..62fc480dd 100644
--- a/common/ChangeLog
+++ b/common/ChangeLog
@@ -1,3 +1,7 @@
+2010-09-01 Marcus Brinkmann <marcus@g10code.de>
+
+ * estream.c (_es_set_std_fd): Disable debug output.
+
2010-08-26 Werner Koch <wk@g10code.com>
* estream.c (es_convert_mode): Rename to parse_mode.
diff --git a/common/estream.c b/common/estream.c
index 25684ccc5..bc25452ed 100644
--- a/common/estream.c
+++ b/common/estream.c
@@ -2885,7 +2885,7 @@ es_sysopen_nc (es_syshd_t *syshd, const char *mode)
void
_es_set_std_fd (int no, int fd)
{
- fprintf (stderr, "es_set_std_fd(%d, %d)\n", no, fd);
+ /* fprintf (stderr, "es_set_std_fd(%d, %d)\n", no, fd); */
ESTREAM_LIST_LOCK;
if (no >= 0 && no < 3 && !custom_std_fds_valid[no])
{