[svn] GnuPG - r5409 - trunk/common
svn author marcus
cvs at cvs.gnupg.org
Wed Sep 1 02:44:56 CEST 2010
Author: marcus
Date: 2010-09-01 02:44:55 +0200 (Wed, 01 Sep 2010)
New Revision: 5409
Modified:
trunk/common/ChangeLog
trunk/common/estream.c
Log:
2010-09-01 Marcus Brinkmann <marcus at g10code.de>
* estream.c (_es_set_std_fd): Disable debug output.
Modified: trunk/common/ChangeLog
===================================================================
--- trunk/common/ChangeLog 2010-08-31 15:58:39 UTC (rev 5408)
+++ trunk/common/ChangeLog 2010-09-01 00:44:55 UTC (rev 5409)
@@ -1,3 +1,7 @@
+2010-09-01 Marcus Brinkmann <marcus at g10code.de>
+
+ * estream.c (_es_set_std_fd): Disable debug output.
+
2010-08-26 Werner Koch <wk at g10code.com>
* estream.c (es_convert_mode): Rename to parse_mode.
Modified: trunk/common/estream.c
===================================================================
--- trunk/common/estream.c 2010-08-31 15:58:39 UTC (rev 5408)
+++ trunk/common/estream.c 2010-09-01 00:44:55 UTC (rev 5409)
@@ -2885,7 +2885,7 @@
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])
{
More information about the Gnupg-commits
mailing list