summaryrefslogtreecommitdiff
path: root/indra/llcharacter
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2018-04-24 16:55:55 +0100
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2018-04-24 16:55:55 +0100
commitbc773adf618eb531fdccacd95f4cd51f6b87497a (patch)
treeabfc16457f59a332a3cef455ae635a10fc9b7520 /indra/llcharacter
parentf954abd9dfbf8f7147e1f5b352c8eadc6a074555 (diff)
MAINT-8549 - refactoring of streaming cost and related calculations
Diffstat (limited to 'indra/llcharacter')
-rw-r--r--indra/llcharacter/lljoint.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcharacter/lljoint.cpp b/indra/llcharacter/lljoint.cpp
index abc5a95c8d..9d10f53bed 100644
--- a/indra/llcharacter/lljoint.cpp
+++ b/indra/llcharacter/lljoint.cpp
@@ -440,7 +440,7 @@ void LLJoint::addAttachmentPosOverride( const LLVector3& pos, const LLUUID& mesh
llclamp(pos[2],-LL_MAX_PELVIS_OFFSET, LL_MAX_PELVIS_OFFSET));
if (constrained_pos != pos)
{
- LL_DEBUGS("Avatar") << "attachment pos override constrained to "
+ LL_DEBUGS("Avatar") << mesh_id << " joint " << getName() << " attachment pos override constrained to "
<< constrained_pos << " was " << pos << LL_ENDL;
}