From a351717e685b069df4f890f5e4dac90c25b41de6 Mon Sep 17 00:00:00 2001 From: overflowerror Date: Wed, 13 Mar 2019 18:33:01 +0100 Subject: [PATCH] maybe ther is an error --- src/ssl.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ssl.c b/src/ssl.c index 777c400..67e4b2c 100644 --- a/src/ssl.c +++ b/src/ssl.c @@ -52,6 +52,7 @@ void* copyFromSslToFd(void* data) { } debug("ssl: read thread finished"); + error("ssl: failed to create new connection: %s", ERR_error_string(b), NULL)); return NULL; }