mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 05:43:03 +08:00
Improve format of output error messages
This commit is contained in:
parent
44810f267d
commit
64bcc326fb
@ -155,7 +155,7 @@ namespace vcpkg::Environment
|
||||
System::println("The following paths were examined:");
|
||||
for (const fs::path& path : paths_examined)
|
||||
{
|
||||
System::println(path.generic_string());
|
||||
System::println(" %s", path.generic_string());
|
||||
}
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
@ -194,7 +194,7 @@ namespace vcpkg::Environment
|
||||
System::println("The following paths were examined:");
|
||||
for (const fs::path& path : paths_examined)
|
||||
{
|
||||
System::println(path.generic_string());
|
||||
System::println(" %s",path.generic_string());
|
||||
}
|
||||
exit(EXIT_FAILURE);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user