mirror of
https://github.com/curl/curl.git
synced 2026-08-25 20:03:36 +03:00
proxy: add newline to info message
This commit is contained in:
parent
c720cd6356
commit
c4d6f9163a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue