diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-02 17:47:22 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-04-02 17:47:22 -0400 |
commit | f1684cdea5e1086b1127993eac9a5a7b4e47321a (patch) | |
tree | 6ee522a2179e9b4c16bac4a154bf88e046bc4ec0 /indra/newview/llviewerobject.cpp | |
parent | b40bdb266a2525517ca509ca05c89ac4e46dc367 (diff) |
DRTVWR-397 WIP - more logging
Diffstat (limited to 'indra/newview/llviewerobject.cpp')
-rwxr-xr-x | indra/newview/llviewerobject.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llviewerobject.cpp b/indra/newview/llviewerobject.cpp index 74b8e693c4..87063edec3 100755 --- a/indra/newview/llviewerobject.cpp +++ b/indra/newview/llviewerobject.cpp @@ -1958,6 +1958,11 @@ U32 LLViewerObject::processUpdateMessage(LLMessageSystem *mesgsys, if (sent_parentp && (sent_parentp != this) && !sent_parentp->isDead()) { + if (((LLViewerObject*)sent_parentp)->isAvatar()) + { + //LL_DEBUGS("Avatar") << "ATT got object update for attachment " << LL_ENDL; + } + // // We have a viewer object for the parent, and it's not dead. // Do the actual reparenting here. |