diff options
Diffstat (limited to 'chrome/browser/chromeos/gdata/gdata_operations.cc')
-rw-r--r-- | chrome/browser/chromeos/gdata/gdata_operations.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/browser/chromeos/gdata/gdata_operations.cc b/chrome/browser/chromeos/gdata/gdata_operations.cc index f017be7..4d6e8f9 100644 --- a/chrome/browser/chromeos/gdata/gdata_operations.cc +++ b/chrome/browser/chromeos/gdata/gdata_operations.cc @@ -1021,7 +1021,7 @@ bool ResumeUploadOperation::ProcessURLFetchResults( end_range_received = ranges[0].last_byte_position(); } } - DVLOG(1) << "Got response for [" << params_.title + DVLOG(1) << "Got response for [" << params_.virtual_path.value() << "]: code=" << code << ", range_hdr=[" << range_received << "], range_parsed=" << start_range_received @@ -1030,7 +1030,7 @@ bool ResumeUploadOperation::ProcessURLFetchResults( // There might be explanation of unexpected error code in response. std::string response_content; source->GetResponseAsString(&response_content); - DVLOG(1) << "Got response for [" << params_.title + DVLOG(1) << "Got response for [" << params_.virtual_path.value() << "]: code=" << code << ", content=[\n" << response_content << "\n]"; |