diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-24 09:48:03 -0400 | 
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2016-10-24 09:48:03 -0400 | 
| commit | fd226196319909af8f99f6fbed04bb7713975f02 (patch) | |
| tree | 5144f064c841229cefc6208982f0b0fab3bc541e | |
| parent | 00a6adec211b5a568ac1cbe6ff7e35458da63bfc (diff) | |
SL-109 - made overly verbose showAttachmentOverrides harder to get when not desired.
| -rw-r--r-- | indra/newview/llvovolume.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp index f476a3641e..d9877d6def 100644 --- a/indra/newview/llvovolume.cpp +++ b/indra/newview/llvovolume.cpp @@ -4779,7 +4779,7 @@ void LLVolumeGeometryManager::rebuildGeom(LLSpatialGroup* group)              if (rigged && pAvatarVO)              {                  pAvatarVO->addAttachmentOverridesForObject(vobj); -                if (debugLoggingEnabled("Avatar") && pAvatarVO->isSelf()) +                if (debugLoggingEnabled("AvatarAttachments") && pAvatarVO->isSelf())                  {                      bool verbose = true;  					pAvatarVO->showAttachmentOverrides(verbose); | 
