proxy: add newline to info message

This commit is contained in:
Daniel Stenberg 2015-05-08 13:00:18 +02:00
parent c720cd6356
commit c4d6f9163a
1 changed files with 1 additions and 1 deletions

View 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;