No longer include llerrorlegacy.h. Updated llstl to include deletion utilites.
This commit is contained in:
@@ -169,11 +169,11 @@ void LLAvatarPropertiesProcessor::sendAvatarPropertiesUpdate(const LLAvatarData*
|
||||
{
|
||||
if (!gAgent.isInitialized() || (gAgent.getID() == LLUUID::null))
|
||||
{
|
||||
llwarns << "Sending avatarinfo update DENIED - invalid agent" << llendl;
|
||||
LL_WARNS() << "Sending avatarinfo update DENIED - invalid agent" << LL_ENDL;
|
||||
return;
|
||||
}
|
||||
|
||||
llinfos << "Sending avatarinfo update" << llendl;
|
||||
LL_INFOS() << "Sending avatarinfo update" << LL_ENDL;
|
||||
|
||||
// This value is required by sendAvatarPropertiesUpdate method.
|
||||
//A profile should never be mature. (From the original code)
|
||||
@@ -203,7 +203,7 @@ void LLAvatarPropertiesProcessor::sendAvatarInterestsUpdate(const LLAvatarIntere
|
||||
{
|
||||
if (!gAgent.isInitialized() || (gAgent.getID() == LLUUID::null))
|
||||
{
|
||||
llwarns << "Sending avatarinfo update DENIED - invalid agent" << llendl;
|
||||
LL_WARNS() << "Sending avatarinfo update DENIED - invalid agent" << LL_ENDL;
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user