diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp
index f6ba01e5e876bff76fde396916b9859cb8f4b25a..8ac74e3eebfdfb665ea15b87f7950eb1b6968b59 100644
--- a/indra/newview/llvoavatar.cpp
+++ b/indra/newview/llvoavatar.cpp
@@ -6009,7 +6009,7 @@ void LLVOAvatar::addAttachmentOverridesForObject(LLViewerObject *vo, std::set<LL
         return;
     }
 
-    LLScopedContextString str("addAttachmentOverridesForObject " + vo->getAvatar()->getFullname());
+    LLScopedContextString str("addAttachmentOverridesForObject " + getFullname());
     
     LL_DEBUGS("AnimatedObjects") << "adding" << LL_ENDL;
     dumpStack("AnimatedObjectsStack");