| Index: content/browser/media/webrtc_internals.cc
|
| diff --git a/content/browser/media/webrtc_internals.cc b/content/browser/media/webrtc_internals.cc
|
| index d3aaa6c597ddfa2bf4328d8852a9f7942f5ce11c..d85c5548970c9f71258bbf17322b8a6b3e23499b 100644
|
| --- a/content/browser/media/webrtc_internals.cc
|
| +++ b/content/browser/media/webrtc_internals.cc
|
| @@ -49,7 +49,7 @@ WebRTCInternals::WebRTCInternals()
|
| // the platform default path will be used in the file dialog (with no
|
| // default file name). See SelectFileDialog::SelectFile. On Android where
|
| // there's no dialog we'll fail to open the file.
|
| - LOG(WARNING) << "Could not get the download directory.";
|
| + VLOG(1) << "Could not get the download directory.";
|
| } else {
|
| aec_dump_file_path_ =
|
| aec_dump_file_path_.Append(FILE_PATH_LITERAL("audio.aecdump"));
|
|
|