Skip to content
Snippets Groups Projects
Commit a8605681 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

Fix more shutdown crashes

parent 17a21e51
No related branches found
No related tags found
No related merge requests found
...@@ -5573,7 +5573,6 @@ LLTeleportRequestViaLandmark::LLTeleportRequestViaLandmark(const LLUUID &pLandma ...@@ -5573,7 +5573,6 @@ LLTeleportRequestViaLandmark::LLTeleportRequestViaLandmark(const LLUUID &pLandma
LLTeleportRequestViaLandmark::~LLTeleportRequestViaLandmark() LLTeleportRequestViaLandmark::~LLTeleportRequestViaLandmark()
{ {
LL_INFOS("Teleport") << "~LLTeleportRequestViaLandmark, " << *this << LL_ENDL;
} }
void LLTeleportRequestViaLandmark::toOstream(std::ostream& os) const void LLTeleportRequestViaLandmark::toOstream(std::ostream& os) const
...@@ -5612,7 +5611,6 @@ LLTeleportRequestViaLure::LLTeleportRequestViaLure(const LLUUID &pLureId, BOOL p ...@@ -5612,7 +5611,6 @@ LLTeleportRequestViaLure::LLTeleportRequestViaLure(const LLUUID &pLureId, BOOL p
LLTeleportRequestViaLure::~LLTeleportRequestViaLure() LLTeleportRequestViaLure::~LLTeleportRequestViaLure()
{ {
LL_INFOS("Teleport") << "~LLTeleportRequestViaLure" << LL_ENDL;
} }
void LLTeleportRequestViaLure::toOstream(std::ostream& os) const void LLTeleportRequestViaLure::toOstream(std::ostream& os) const
...@@ -5703,7 +5701,6 @@ LLTeleportRequestViaLocationLookAt::LLTeleportRequestViaLocationLookAt(const LLV ...@@ -5703,7 +5701,6 @@ LLTeleportRequestViaLocationLookAt::LLTeleportRequestViaLocationLookAt(const LLV
LLTeleportRequestViaLocationLookAt::~LLTeleportRequestViaLocationLookAt() LLTeleportRequestViaLocationLookAt::~LLTeleportRequestViaLocationLookAt()
{ {
LL_INFOS("Teleport") << "~LLTeleportRequestViaLocationLookAt" << LL_ENDL;
} }
void LLTeleportRequestViaLocationLookAt::toOstream(std::ostream& os) const void LLTeleportRequestViaLocationLookAt::toOstream(std::ostream& os) const
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment