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

Unified Diff: chrome/browser/media/webrtc_browsertest_common.cc

Issue 83413006: Replace LOG(INFO) with VLOG(0), throughout *media* (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
Index: chrome/browser/media/webrtc_browsertest_common.cc
diff --git a/chrome/browser/media/webrtc_browsertest_common.cc b/chrome/browser/media/webrtc_browsertest_common.cc
index cfbd3e8af72d232e6855cd0ebbb1082d06a79ed5..0c183132e37ebaf3c82b59bef2d68cf311483901 100644
--- a/chrome/browser/media/webrtc_browsertest_common.cc
+++ b/chrome/browser/media/webrtc_browsertest_common.cc
@@ -93,7 +93,7 @@ bool PeerConnectionServerRunner::Start() {
CommandLine command_line(peerconnection_server);
command_line.AppendSwitchASCII("port", kDefaultPort);
- LOG(INFO) << "Running " << command_line.GetCommandLineString();
+ VLOG(0) << "Running " << command_line.GetCommandLineString();
return base::LaunchProcess(command_line,
base::LaunchOptions(),
&server_pid_);

Powered by Google App Engine
This is Rietveld 408576698