If already logging this, make it at least useful
parent
e9523213ef
commit
dfef45cd21
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue