Replace unescaped braces in format string

Fixes zone crash when this is logged
This commit is contained in:
hg 2021-01-28 19:42:02 -05:00
parent f767a7c076
commit 6baf8412c6

View File

@ -101,7 +101,7 @@ const std::string &EQ::SayLinkEngine::GenerateLink()
m_Error = true;
m_Link = "<LINKER ERROR>";
LogError("SayLinkEngine::GenerateLink() failed to generate a useable say link");
LogError(">> LinkType: {}, Lengths: {link: {}({}), body: {}({}), text: {}({})}",
LogError(">> LinkType: {}, Lengths: [link: {}({}), body: {}({}), text: {}({})]",
m_LinkType,
m_Link.length(),
EQ::constants::SAY_LINK_MAXIMUM_SIZE,