diff options
| author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-31 18:33:47 +0300 |
|---|---|---|
| committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-31 18:33:47 +0300 |
| commit | c2f0d67ab24993d160309c20d2446d58e5d86cb8 (patch) | |
| tree | b57acc051699e838ca3d95705e9fc42107289f86 /indra/newview/llagent.cpp | |
| parent | 88e04ab2ab2a13cd660f33e64c52ad3375144d2a (diff) | |
| parent | 28665ddb32af1f075b3a8be4a99db05ce6194f02 (diff) | |
Merged in MAINT-6291
Diffstat (limited to 'indra/newview/llagent.cpp')
| -rw-r--r-- | indra/newview/llagent.cpp | 1 |
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")) { |
