From cf3e983af75cbe0f72ff324a483bc1fd8d82ee9d Mon Sep 17 00:00:00 2001 From: Alex Sepkowski <5620315+alsepkow@users.noreply.github.com> Date: Thu, 1 May 2025 18:53:22 -0700 Subject: [PATCH] Fix logging --- tools/clang/unittests/HLSLExec/ExecutionTest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/clang/unittests/HLSLExec/ExecutionTest.cpp b/tools/clang/unittests/HLSLExec/ExecutionTest.cpp index 6db27d7a41..6550e69c66 100644 --- a/tools/clang/unittests/HLSLExec/ExecutionTest.cpp +++ b/tools/clang/unittests/HLSLExec/ExecutionTest.cpp @@ -825,7 +825,7 @@ class ExecutionTest { GetModuleFileNameW(GetModuleHandleW(L"d3d10warp.dll"), szFullModuleFilePath, sizeof(szFullModuleFilePath)); WEX::Logging::Log::Comment(WEX::Common::String().Format( - L"WARP driver loaded from: %S", szFullModuleFilePath)); + L"WARP driver loaded from: %ls", szFullModuleFilePath)); } } else {