| Index: net/url_request/url_request_http_job.cc
|
| diff --git a/net/url_request/url_request_http_job.cc b/net/url_request/url_request_http_job.cc
|
| index e08f4803a0debb79ba7d9b2377e3aaf5d92ec697..127f30ce17e815dce412d457e0f264d6b7b9905a 100644
|
| --- a/net/url_request/url_request_http_job.cc
|
| +++ b/net/url_request/url_request_http_job.cc
|
| @@ -1391,8 +1391,7 @@ bool URLRequestHttpJob::ShouldFixMismatchedContentLength(int rv) const {
|
| if (request_ && request_->response_headers()) {
|
| int64_t expected_length =
|
| request_->response_headers()->GetContentLength();
|
| - VLOG(1) << __FUNCTION__ << "() "
|
| - << "\"" << request_->url().spec() << "\""
|
| + VLOG(1) << __func__ << "() \"" << request_->url().spec() << "\""
|
| << " content-length = " << expected_length
|
| << " pre total = " << prefilter_bytes_read()
|
| << " post total = " << postfilter_bytes_read();
|
|
|