summaryrefslogtreecommitdiffstats
path: root/chrome/browser/service
diff options
context:
space:
mode:
authorpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 20:56:58 +0000
committerpkasting@chromium.org <pkasting@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-10-21 20:56:58 +0000
commit6662050331dad5db984ac85e8705ff49236dbe51 (patch)
tree2049e320687e2d2d300c5eaddcb5fd13e1ea27f6 /chrome/browser/service
parent51caa7a055589ce0a1808e1e4e17477b3545e027 (diff)
downloadchromium_src-6662050331dad5db984ac85e8705ff49236dbe51.zip
chromium_src-6662050331dad5db984ac85e8705ff49236dbe51.tar.gz
chromium_src-6662050331dad5db984ac85e8705ff49236dbe51.tar.bz2
Convert LOG(INFO) to VLOG(1) - misc. chrome/browser/*/*.
BUG=none TEST=none Review URL: http://codereview.chromium.org/4009001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63420 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/service')
-rw-r--r--chrome/browser/service/service_process_control.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/browser/service/service_process_control.cc b/chrome/browser/service/service_process_control.cc
index fcef987..534cc5a 100644
--- a/chrome/browser/service/service_process_control.cc
+++ b/chrome/browser/service/service_process_control.cc
@@ -102,7 +102,7 @@ void ServiceProcessControl::ConnectInternal() {
}
// Actually going to connect.
- LOG(INFO) << "Connecting to Service Process IPC Server";
+ VLOG(1) << "Connecting to Service Process IPC Server";
// Run the IPC channel on the shared IO thread.
base::Thread* io_thread = g_browser_process->io_thread();