From 6baf8412c6fd3aa0f45816379092b640a3620913 Mon Sep 17 00:00:00 2001 From: hg <4683435+hgtw@users.noreply.github.com> Date: Thu, 28 Jan 2021 19:42:02 -0500 Subject: [PATCH] Replace unescaped braces in format string Fixes zone crash when this is logged --- common/say_link.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/say_link.cpp b/common/say_link.cpp index 5fb847294..b47897112 100644 --- a/common/say_link.cpp +++ b/common/say_link.cpp @@ -101,7 +101,7 @@ const std::string &EQ::SayLinkEngine::GenerateLink() m_Error = true; m_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_Link.length(), EQ::constants::SAY_LINK_MAXIMUM_SIZE,