summaryrefslogtreecommitdiffstats
path: root/content/browser/child_process_launcher.cc
diff options
context:
space:
mode:
authorscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-23 04:18:20 +0000
committerscottmg@chromium.org <scottmg@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-11-23 04:18:20 +0000
commitefde84b01394b6052590b2ede1ca2a47ad332755 (patch)
tree4a83e7544859652ff58c9cb525016f88f606c20a /content/browser/child_process_launcher.cc
parent44a6e57bb0d9ec21733271842d781fc9d4a4757a (diff)
downloadchromium_src-efde84b01394b6052590b2ede1ca2a47ad332755.zip
chromium_src-efde84b01394b6052590b2ede1ca2a47ad332755.tar.gz
chromium_src-efde84b01394b6052590b2ede1ca2a47ad332755.tar.bz2
LOG(INFO) -> VLOG(0) in content/
Let me know if you prefer to keep some of these as INFO or just delete them. R=jam@chromium.org BUG=322805 Review URL: https://codereview.chromium.org/84293002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@236936 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'content/browser/child_process_launcher.cc')
-rw-r--r--content/browser/child_process_launcher.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/browser/child_process_launcher.cc b/content/browser/child_process_launcher.cc
index 67d7bc2..57a7e25 100644
--- a/content/browser/child_process_launcher.cc
+++ b/content/browser/child_process_launcher.cc
@@ -373,7 +373,7 @@ class ChildProcessLauncher::Context
#endif
base::ProcessHandle handle) {
#if defined(OS_ANDROID)
- LOG(INFO) << "ChromeProcess: Stopping process with handle " << handle;
+ VLOG(0) << "ChromeProcess: Stopping process with handle " << handle;
StopChildProcess(handle);
#else
base::Process process(handle);