mirror of
https://github.com/EQEmu/Server.git
synced 2026-01-06 01:03:52 +00:00
Replace unescaped braces in format string
Fixes zone crash when this is logged
This commit is contained in:
parent
f767a7c076
commit
6baf8412c6
@ -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,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user