mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-31 00:46:46 +00:00
Replace unescaped braces in format string
Fixes zone crash when this is logged
This commit is contained in:
+1
-1
@@ -101,7 +101,7 @@ const std::string &EQ::SayLinkEngine::GenerateLink()
|
|||||||
m_Error = true;
|
m_Error = true;
|
||||||
m_Link = "<LINKER ERROR>";
|
m_Link = "<LINKER ERROR>";
|
||||||
LogError("SayLinkEngine::GenerateLink() failed to generate a useable say link");
|
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_LinkType,
|
||||||
m_Link.length(),
|
m_Link.length(),
|
||||||
EQ::constants::SAY_LINK_MAXIMUM_SIZE,
|
EQ::constants::SAY_LINK_MAXIMUM_SIZE,
|
||||||
|
|||||||
Reference in New Issue
Block a user