summaryrefslogtreecommitdiff
path: root/indra/newview/llagent.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-01 09:13:31 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-02-01 09:13:31 -0500
commit235f77b8c6194d7e6ab55a73dda4a31d19948323 (patch)
treeff8d7a6d5a788b3e194bdcbe9c1a5c65001d482a /indra/newview/llagent.cpp
parent54a1c9510c7bf9e672d2600fa359db5c05752fb3 (diff)
SH-3800 WIP - reject appearance messages with contradictory appearance version info
Diffstat (limited to 'indra/newview/llagent.cpp')
-rwxr-xr-xindra/newview/llagent.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llagent.cpp b/indra/newview/llagent.cpp
index 1760d4769a..06a7a2f5c3 100755
--- a/indra/newview/llagent.cpp
+++ b/indra/newview/llagent.cpp
@@ -816,6 +816,7 @@ void LLAgent::handleServerBakeRegionTransition(const LLUUID& region_id)
!gAgentAvatarp->isUsingServerBakes() &&
(mRegionp->getCentralBakeVersion()>0))
{
+ llinfos << "update requested due to region transition" << llendl;
LLAppearanceMgr::instance().requestServerAppearanceUpdate();
}
}