From fb64625eabe0e39fe12029fcdc8397063e50115f Mon Sep 17 00:00:00 2001 From: Egor Yusov Date: Sat, 24 Nov 2018 09:12:26 -0800 Subject: Some minor updates to formatting of debug messages --- Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Graphics/GraphicsEngineD3DBase') diff --git a/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h b/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h index 346917ea..992206cd 100644 --- a/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h +++ b/Graphics/GraphicsEngineD3DBase/include/D3DShaderResourceLoader.h @@ -232,7 +232,7 @@ namespace Diligent } if(!VariableFound) { - LOG_WARNING_MESSAGE("Variable \"", VarName, "\" not found in shader \"", ShdrDesc.Name, '\"'); + LOG_WARNING_MESSAGE("Variable '", VarName, "' is not found in shader '", ShdrDesc.Name, '\''); } } -- cgit v1.2.3