diff options
author | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-30 18:15:18 +0300 |
---|---|---|
committer | andreykproductengine <andreykproductengine@lindenlab.com> | 2018-08-30 18:15:18 +0300 |
commit | 28665ddb32af1f075b3a8be4a99db05ce6194f02 (patch) | |
tree | 525026fe9128c4a3417e1541d4ca3a84c0d9b147 | |
parent | b2b075a235f26bd14195833eb6770098a7bf6799 (diff) |
MAINT-6291 A bit more logging
-rw-r--r-- | indra/newview/llviewermessage.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llviewermessage.cpp b/indra/newview/llviewermessage.cpp index a8db384657..e5155938d3 100644 --- a/indra/newview/llviewermessage.cpp +++ b/indra/newview/llviewermessage.cpp @@ -2911,6 +2911,10 @@ void process_teleport_finish(LLMessageSystem* msg, void**) make_ui_sound("UISndTeleportOut"); } } + else if (gAgent.getTeleportState() == LLAgent::TELEPORT_MOVING) + { + LL_WARNS("Messaging") << "Teleport message in the middle of other teleport" << LL_ENDL; + } // Teleport is finished; it can't be cancelled now. gViewerWindow->setProgressCancelButtonVisible(FALSE); |