summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2018-08-31 18:33:47 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2018-08-31 18:33:47 +0300
commitc2f0d67ab24993d160309c20d2446d58e5d86cb8 (patch)
treeb57acc051699e838ca3d95705e9fc42107289f86 /indra/newview/llagent.cpp
parent88e04ab2ab2a13cd660f33e64c52ad3375144d2a (diff)
parent28665ddb32af1f075b3a8be4a99db05ce6194f02 (diff)
Merged in MAINT-6291
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r--indra/newview/llagent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 901294d6b4..9b8cc62aa8 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -4150,6 +4150,7 @@ void LLAgent::setTeleportState(ETeleportState state)
" for previously failed teleport. Ignore!" << LL_ENDL;
return;
}
+ LL_DEBUGS("Teleport") << "Setting teleport state to " << state << " Previous state: " << mTeleportState << LL_ENDL;
mTeleportState = state;
if (mTeleportState > TELEPORT_NONE && gSavedSettings.getBOOL("FreezeTime"))
{