Commit c4d6f916 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

proxy: add newline to info message

parent c720cd63
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;