From dfef45cd210a66096d04fccefb45f914e5938c24 Mon Sep 17 00:00:00 2001 From: Ansariel Date: Wed, 24 Feb 2021 09:51:08 +0100 Subject: [PATCH] If already logging this, make it at least useful --- indra/llcharacter/llcharacter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/llcharacter/llcharacter.cpp b/indra/llcharacter/llcharacter.cpp index 4dd66bc975..846ffa309a 100644 --- a/indra/llcharacter/llcharacter.cpp +++ b/indra/llcharacter/llcharacter.cpp @@ -106,7 +106,7 @@ LLJoint *LLCharacter::getJoint( const std::string &name ) if (!joint) { - LL_WARNS() << "Failed to find joint." << LL_ENDL; + LL_WARNS() << "Failed to find joint: " << name << LL_ENDL; } return joint; }