diff options
author | Graham Linden <graham@lindenlab.com> | 2019-06-04 10:58:56 -0700 |
---|---|---|
committer | Graham Linden <graham@lindenlab.com> | 2019-06-04 10:58:56 -0700 |
commit | a12fbc84d3278e44d50b3b79b7d5c2290ec4c546 (patch) | |
tree | 482b4abc97f9e0c70e671202514d6cc616c05f9e | |
parent | ef5d4bc5affb97266668e88ba2035d940ef48537 (diff) |
Fix crashes on exit from trying to lock log mutices while doing CRT abandon ship ritual.
-rw-r--r-- | indra/newview/llagent.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp index e23827cf12..d3693fbbd4 100644 --- a/indra/newview/llagent.cpp +++ b/indra/newview/llagent.cpp @@ -4715,12 +4715,10 @@ LLTeleportRequestViaLocation::LLTeleportRequestViaLocation(const LLVector3d &pPo : LLTeleportRequest(), mPosGlobal(pPosGlobal) { - LL_INFOS("Teleport") << "LLTeleportRequestViaLocation created" << LL_ENDL; } LLTeleportRequestViaLocation::~LLTeleportRequestViaLocation() { - LL_INFOS("Teleport") << "~LLTeleportRequestViaLocation" << LL_ENDL; } bool LLTeleportRequestViaLocation::canRestartTeleport() @@ -4753,7 +4751,6 @@ LLTeleportRequestViaLocationLookAt::LLTeleportRequestViaLocationLookAt(const LLV LLTeleportRequestViaLocationLookAt::~LLTeleportRequestViaLocationLookAt() { - LL_INFOS("Teleport") << "~LLTeleportRequestViaLocationLookAt" << LL_ENDL; } bool LLTeleportRequestViaLocationLookAt::canRestartTeleport() |