diff --git a/renderdoc/driver/shaders/dxbc/dxbc_container.cpp b/renderdoc/driver/shaders/dxbc/dxbc_container.cpp index 276b13a74..31c660fc5 100644 --- a/renderdoc/driver/shaders/dxbc/dxbc_container.cpp +++ b/renderdoc/driver/shaders/dxbc/dxbc_container.cpp @@ -1742,7 +1742,7 @@ void DXBCContainer::TryFetchSeparateDebugInfo(bytebuf &byteCode, const rdcstr &d else { m_DebugInfoLoadingLog = - StringFormat::Fmt("Found debug data in the shader '%s'\n\n", debugInfoPath.c_str()); + StringFormat::Fmt("Found debug data in the shader\n\n", debugInfoPath.c_str()); } if(!loadingLog.empty()) {