| Index: components/component_updater/default_component_installer.cc
|
| diff --git a/components/component_updater/default_component_installer.cc b/components/component_updater/default_component_installer.cc
|
| index 8f5bba6b6a2f44f4d46b87da85fdbe8916da7852..cb40ea2328e5f0a8ea558e6f3036a8d2c2b7f86d 100644
|
| --- a/components/component_updater/default_component_installer.cc
|
| +++ b/components/component_updater/default_component_installer.cc
|
| @@ -286,7 +286,8 @@ void DefaultComponentInstaller::FinishRegistration(
|
|
|
| void DefaultComponentInstaller::ComponentReady(
|
| scoped_ptr<base::DictionaryValue> manifest) {
|
| - VLOG(1) << "ComponentReady";
|
| + VLOG(1) << "Component ready, version " << current_version_.GetString()
|
| + << " in " << GetInstallDirectory().value();
|
| installer_traits_->ComponentReady(current_version_, GetInstallDirectory(),
|
| std::move(manifest));
|
| }
|
|
|