aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/vcpkg_Input.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/vcpkg_Input.cpp')
-rw-r--r--toolsrc/src/vcpkg_Input.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/toolsrc/src/vcpkg_Input.cpp b/toolsrc/src/vcpkg_Input.cpp
index 269de13b3..435d55576 100644
--- a/toolsrc/src/vcpkg_Input.cpp
+++ b/toolsrc/src/vcpkg_Input.cpp
@@ -33,8 +33,8 @@ namespace vcpkg {namespace Input
{
if (!paths.is_valid_triplet(t))
{
- System::println(System::color::error, "Error: invalid triplet: %s", t.value);
- TrackProperty("error", "invalid triplet: " + t.value);
+ System::println(System::color::error, "Error: invalid triplet: %s", t.canonical_name());
+ TrackProperty("error", "invalid triplet: " + t.canonical_name());
help_topic_valid_triplet(paths);
exit(EXIT_FAILURE);
}