From e3d8bb02448ff12f35bb3b89299b64a3b0141509 Mon Sep 17 00:00:00 2001 From: Marcus Brinkmann Date: Wed, 1 Sep 2010 00:44:55 +0000 Subject: 2010-09-01 Marcus Brinkmann * estream.c (_es_set_std_fd): Disable debug output. --- common/estream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common/estream.c') 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]) { -- cgit v1.2.3