diff --git a/src/client/protocolgameparse.cpp b/src/client/protocolgameparse.cpp index 6bfe00a062..c45b0067dc 100644 --- a/src/client/protocolgameparse.cpp +++ b/src/client/protocolgameparse.cpp @@ -2586,7 +2586,7 @@ void ProtocolGame::parseTextMessage(const InputMessagePtr& msg) const Otc::MessageMode mode = Proto::translateMessageModeFromServer(code); std::string text; - g_logger.debug("[ProtocolGame::parseTextMessage] code: {}, mode: {}", code, code); + g_logger.debug("[ProtocolGame::parseTextMessage] code: {}, mode: {}", code, mode); switch (mode) { case Otc::MessageChannelManagement: