Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1483)

Unified Diff: content/browser/media/webrtc_internals.cc

Issue 308673003: Remove webrtc_internals log spam (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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"));
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698