summaryrefslogtreecommitdiff
path: root/indra/newview/llvovolume.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2016-10-27 09:39:39 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2016-10-27 09:39:39 -0400
commit7447da6943842a5af31787b2bbee3255b45ba88e (patch)
tree1a1ad92413055bd2a6db5f373a981cd3904924d6 /indra/newview/llvovolume.cpp
parent31e91957db061d43aeaabdfe1583651fa9c54acd (diff)
SL-503 - more info in archetype dump files
Diffstat (limited to 'indra/newview/llvovolume.cpp')
-rw-r--r--indra/newview/llvovolume.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvovolume.cpp b/indra/newview/llvovolume.cpp
index d9877d6def..5b3354a472 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("AvatarAttachments") && pAvatarVO->isSelf())
+ if (!LLApp::isExiting() && pAvatarVO->isSelf() && debugLoggingEnabled("AvatarAttachments"))
{
bool verbose = true;
pAvatarVO->showAttachmentOverrides(verbose);