diff options
| -rw-r--r-- | lib/http_proxy.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib/http_proxy.c b/lib/http_proxy.c index f3c54bd78..e7d848240 100644 --- a/lib/http_proxy.c +++ b/lib/http_proxy.c @@ -281,7 +281,7 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,                /* proxy auth was requested and there was proxy auth available,                   then deem this as "mere" proxy disconnect */                conn->bits.proxy_connect_closed = TRUE; -              infof(data, "Proxy CONNECT connection closed"); +              infof(data, "Proxy CONNECT connection closed\n");              }              else {                error = SELECT_ERROR; | 
