diff options
Diffstat (limited to 'chrome/browser/service/service_process_control.cc')
-rw-r--r-- | chrome/browser/service/service_process_control.cc | 2 |
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(); |