summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorMnikolenko Productengine <mnikolenko@productengine.com>2020-02-05 18:39:02 +0200
committerMnikolenko Productengine <mnikolenko@productengine.com>2020-02-05 18:39:02 +0200
commit0f948988b8c5e13852f765be41f6cf011c1924f1 (patch)
tree9c8927c0ad7e2e5a87958f81626d213ca6fab8c1 /indra/newview/llagent.cpp
parenteeaeb57dde3982d5dbac04eacee2cb23667a6aae (diff)
SL-12660 Hide top level domain name and IP address for simulators
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.