Curl_proxyCONNECT: use newlines in debug output
This commit is contained in:
Родитель
7b8590d1f5
Коммит
583a902789
|
@ -202,11 +202,11 @@ CURLcode Curl_proxyCONNECT(struct connectdata *conn,
|
|||
else {
|
||||
DEBUGF(infof(data,
|
||||
"Multi mode finished polling for response from "
|
||||
"proxy CONNECT."));
|
||||
"proxy CONNECT\n"));
|
||||
}
|
||||
}
|
||||
else {
|
||||
DEBUGF(infof(data, "Easy mode waiting response from proxy CONNECT."));
|
||||
DEBUGF(infof(data, "Easy mode waiting response from proxy CONNECT\n"));
|
||||
}
|
||||
|
||||
/* at this point, either:
|
||||
|
|
Загрузка…
Ссылка в новой задаче