| Index: content/browser/download/base_file.cc
|
| diff --git a/content/browser/download/base_file.cc b/content/browser/download/base_file.cc
|
| index c9076c6f99def139ed3adff7744670a76a8877e1..ecbae15e4e8614086819326c48e87da327cd9d47 100644
|
| --- a/content/browser/download/base_file.cc
|
| +++ b/content/browser/download/base_file.cc
|
| @@ -374,7 +374,7 @@ DownloadInterruptReason BaseFile::LogInterruptReason(
|
| const char* operation,
|
| int os_error,
|
| DownloadInterruptReason reason) {
|
| - DVLOG(1) << __FUNCTION__ << "() operation:" << operation
|
| + DVLOG(1) << __func__ << "() operation:" << operation
|
| << " os_error:" << os_error
|
| << " reason:" << DownloadInterruptReasonToString(reason);
|
| bound_net_log_.AddEvent(
|
|
|