From 0900782b6512c3de85c8d5f58f3df0b52fa11263 Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 7 Dec 2019 09:56:55 -0800 Subject: Enabled CoreAPI test on appveyor in Warp mode --- Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3DBase') diff --git a/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h b/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h index eda702b1..30e53917 100644 --- a/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h +++ b/Graphics/GraphicsEngineD3DBase/include/EngineFactoryD3DBase.h @@ -106,7 +106,7 @@ public: pDXIAdapter->GetDesc1(&AdapterDesc); char DescriptionMB[_countof(AdapterDesc.Description)]; WideCharToMultiByte(CP_ACP, 0, AdapterDesc.Description, -1, DescriptionMB, _countof(DescriptionMB), NULL, FALSE); - LOG_ERROR_MESSAGE("Failed to enumerate output ", OutputId, " for adapter ", AdapterId, " (", DescriptionMB, ')'); + LOG_ERROR_MESSAGE("Failed to enumerate output ", OutputId, " of adapter ", AdapterId, " (", DescriptionMB, ')'); return; } -- cgit v1.2.3