]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
proxy: add newline to info message
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 May 2015 11:00:18 +0000 (13:00 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 May 2015 13:56:25 +0000 (15:56 +0200)
lib/http_proxy.c

index f3c54bd78aa1c5527313df06e7ea0430aa5a726d..e7d84824047c09551035eada9f9e45b87f6b082f 100644 (file)
@@ -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;