diff options
Diffstat (limited to 'toolsrc/src/commands_installation.cpp')
| -rw-r--r-- | toolsrc/src/commands_installation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_installation.cpp b/toolsrc/src/commands_installation.cpp index 35c78db8f..b688b8d5a 100644 --- a/toolsrc/src/commands_installation.cpp +++ b/toolsrc/src/commands_installation.cpp @@ -128,7 +128,7 @@ namespace vcpkg System::println(""); for (const package_spec& p : unmet_dependencies) { - System::println(" %s", p.name); + System::println(" %s", to_string(p)); } System::println(""); exit(EXIT_FAILURE); |
