summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-02-10 16:08:15 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-02-10 16:08:15 -0500
commit662ce9b1fd6fcdf817e8fd825ce2c35e4fa52ca3 (patch)
treedcc2e3a3b8faefcbf00af7b060fae8671a434252 /indra
parent8332550c6dc2a159c9c5812819e167578eda1269 (diff)
More temporary log messages
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llvoavatar.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index 4235f97eab..5252e11a51 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -2532,6 +2532,10 @@ void LLVOAvatar::idleUpdateLoadingEffect()
// update visibility when avatar is partially loaded
if (updateIsFullyLoaded()) // changed?
{
+ if (isFullyLoaded() && isSelf())
+ {
+ llwarns << "BAP self isFullyLoaded" << llendl;
+ }
if (isFullyLoaded())
{
deleteParticleSource();