Build fix

Ansariel 2015-01-14 13:46:34 +01:00
parent 4dc6285816
commit 72dc1f1bf8
1 changed files with 2 additions and 2 deletions

View File

@ -8446,9 +8446,9 @@ void process_teleport_failed(LLMessageSystem *msg, void**)
// <FS:Ansariel> 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);
}