aboutsummaryrefslogtreecommitdiff
path: root/lib/sslgen.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sslgen.c')
-rw-r--r--lib/sslgen.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/sslgen.c b/lib/sslgen.c
index 7592e668b..d7d1259f3 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