Skip to content

Commit cf3e983

Browse files
committed
Fix logging
1 parent 847d5ad commit cf3e983

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/clang/unittests/HLSLExec/ExecutionTest.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -825,7 +825,7 @@ class ExecutionTest {
825825
GetModuleFileNameW(GetModuleHandleW(L"d3d10warp.dll"),
826826
szFullModuleFilePath, sizeof(szFullModuleFilePath));
827827
WEX::Logging::Log::Comment(WEX::Common::String().Format(
828-
L"WARP driver loaded from: %S", szFullModuleFilePath));
828+
L"WARP driver loaded from: %ls", szFullModuleFilePath));
829829
}
830830

831831
} else {

0 commit comments

Comments
 (0)