Warning missing a space between "avatar" and appended uuid was annoying me.

This commit is contained in:
Lirusaito
2013-05-22 21:52:19 -04:00
parent ceea30977e
commit 2b6f49a398

View File

@@ -5286,7 +5286,7 @@ void process_avatar_animation(LLMessageSystem *mesgsys, void **user_data)
if (!avatarp)
{
// no agent by this ID...error?
LL_WARNS("Messaging") << "Received animation state for unknown avatar" << uuid << LL_ENDL;
LL_WARNS("Messaging") << "Received animation state for unknown avatar " << uuid << LL_ENDL;
return;
}