From d40a3c6ce03e9ef31bef42500fba257485474fd5 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Sun, 23 Oct 2011 11:21:09 +0000 Subject: [PATCH] In case of SOCKS5 failures, dump the socks response --- gateway.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gateway.c b/gateway.c index de245723..f28823be 100644 --- a/gateway.c +++ b/gateway.c @@ -1,4 +1,4 @@ -const char gateway_rcs[] = "$Id: gateway.c,v 1.79 2011/10/16 12:37:12 fabiankeil Exp $"; +const char gateway_rcs[] = "$Id: gateway.c,v 1.80 2011/10/23 11:20:51 fabiankeil Exp $"; /********************************************************************* * * File : $Source: /cvsroot/ijbswa/current/gateway.c,v $ @@ -1118,7 +1118,7 @@ static jb_socket socks5_connect(const struct forward_spec *fwd, assert(errstr != NULL); csp->error_message = strdup(errstr); - log_error(LOG_LEVEL_CONNECT, "socks5_connect: %s", errstr); + log_error(LOG_LEVEL_CONNECT, "socks5_connect: %s: %N", errstr, server_size, sbuf); close_socket(sfd); errno = EINVAL; -- 2.39.2