summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorMaxim Nikolenko <maximnproductengine@lindenlab.com>2020-02-05 17:04:43 +0000
committerMaxim Nikolenko <maximnproductengine@lindenlab.com>2020-02-05 17:04:43 +0000
commit95ae6b1f2e61437e7b40e3a44dd8914d4086b8fa (patch)
tree9c8927c0ad7e2e5a87958f81626d213ca6fab8c1 /indra/newview/llagent.cpp
parenteeaeb57dde3982d5dbac04eacee2cb23667a6aae (diff)
parent0f948988b8c5e13852f765be41f6cf011c1924f1 (diff)
Merged in SL-12660
Diffstat (limited to 'indra/newview/llagent.cpp')
-rw-r--r--indra/newview/llagent.cpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 0e43af91df..930075c77c 100644
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -866,9 +866,7 @@ void LLAgent::setRegion(LLViewerRegion *regionp)
if (mRegionp != regionp)
{
- std::string ip = regionp->getHost().getString();
- LL_INFOS("AgentLocation") << "Moving agent into region: " << regionp->getName()
- << " located at " << ip << LL_ENDL;
+ LL_INFOS("AgentLocation") << "Moving agent into region: " << regionp->getName() << LL_ENDL;
if (mRegionp)
{
// We've changed regions, we're now going to change our agent coordinate frame.