If already logging this, make it at least useful

master
Ansariel 2021-02-24 09:51:08 +01:00
parent e9523213ef
commit dfef45cd21
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}