mirror of https://github.com/BOINC/boinc.git
*** empty log message ***
svn path=/trunk/boinc/; revision=10008
This commit is contained in:
parent
6dee2fba48
commit
84ced9864c
|
@ -650,7 +650,6 @@ curlioerr libcurl_ioctl(CURL *handle, curliocmd cmd, HTTP_OP* phop) {
|
||||||
return CURLIOE_OK;
|
return CURLIOE_OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
static
|
|
||||||
int libcurl_debugfunction(CURL *handle, curl_infotype type,
|
int libcurl_debugfunction(CURL *handle, curl_infotype type,
|
||||||
unsigned char *data, size_t size, HTTP_OP* phop)
|
unsigned char *data, size_t size, HTTP_OP* phop)
|
||||||
{
|
{
|
||||||
|
@ -658,7 +657,7 @@ int libcurl_debugfunction(CURL *handle, curl_infotype type,
|
||||||
char hdr[100];
|
char hdr[100];
|
||||||
char buf[1024];
|
char buf[1024];
|
||||||
size_t mysize;
|
size_t mysize;
|
||||||
static trace_count = 1;
|
static int trace_count = 1;
|
||||||
|
|
||||||
SCOPE_MSG_LOG scope_messages(log_messages, CLIENT_MSG_LOG::DEBUG_NET_XFER);
|
SCOPE_MSG_LOG scope_messages(log_messages, CLIENT_MSG_LOG::DEBUG_NET_XFER);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue