Merge pull request #1194 from hgtw/fix/unescaped-fmt

Replace unescaped braces in format string
This commit is contained in:
JJ 2021-01-28 23:33:31 -06:00 committed by GitHub
commit c72e18f082
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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,