From 84c4d96e71c54f410b9582375e92bcc0186c9103 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 11 Aug 2005 21:41:11 +0000 Subject: [PATCH] removed old debug left-over infof() call --- lib/sslgen.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/lib/sslgen.c b/lib/sslgen.c index 7592e66..d7d1259 100644 --- a/lib/sslgen.c +++ b/lib/sslgen.c @@ -473,8 +473,6 @@ int Curl_ssl_recv(struct connectdata *conn, /* connection data */ #endif /* USE_GNUTLS */ #endif /* USE_SSLEAY */ if(nread == -1) { - infof(conn->data, "Curl_xxx_rcvs returned -1, block = %s\n", - block?"TRUE":"FALSE"); if(!block) return 0; /* this is a true error, not EWOULDBLOCK */ else -- 2.7.4