aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_install.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-04-03 14:26:13 -0700
committerAlexander Karatarakis <alkarata@microsoft.com>2017-04-04 16:44:41 -0700
commitc86dbc960e417659dd652a7448096cd71d95266e (patch)
treeabea24cb41c07f12fb40547040e6eb527b93f825 /toolsrc/src/commands_install.cpp
parent3033da9142fd4adc7a7a163ac0839c5da69fd494 (diff)
downloadvcpkg-c86dbc960e417659dd652a7448096cd71d95266e.tar.gz
vcpkg-c86dbc960e417659dd652a7448096cd71d95266e.zip
Introduce Metrics namespace
Diffstat (limited to 'toolsrc/src/commands_install.cpp')
-rw-r--r--toolsrc/src/commands_install.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_install.cpp b/toolsrc/src/commands_install.cpp
index bba3c665f..a7347902f 100644
--- a/toolsrc/src/commands_install.cpp
+++ b/toolsrc/src/commands_install.cpp
@@ -210,7 +210,7 @@ namespace vcpkg::Commands::Install
specs_string.push_back(',');
specs_string.append(install_plan[i].spec.toString());
}
- TrackProperty("installplan", specs_string);
+ Metrics::TrackProperty("installplan", specs_string);
// execute the plan
for (const package_spec_with_install_plan& action : install_plan)