From 72dc1f1bf81dba9cefdb97fe0ba96cafa0531402 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Wed, 14 Jan 2015 13:46:34 +0100 Subject: [PATCH] Build fix --- indra/newview/llviewermessage.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index 6aadd4de7c..7d367c1417 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -8446,9 +8446,9 @@ void process_teleport_failed(LLMessageSystem *msg, void**) // Stop typing after teleport (possible fix for FIRE-7273) gAgent.stopTyping(); - LL_INFOS() << "Teleport error, reason=" << reason << LL_ENDL; + LL_INFOS() << "Teleport error, message_id=" << message_id << LL_ENDL; if (!FSLSLBridge::instance().canUseBridge() || - (reason != "Could not teleport closer to destination")) + (message_id != "Could not teleport closer to destination")) { LLNotificationsUtil::add("CouldNotTeleportReason", args); }