summaryrefslogtreecommitdiff
path: root/indra/newview/llavatarpropertiesprocessor.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-08 13:31:50 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-05-08 13:31:50 +0300
commit39ab2fb3fee460cc62b444a9f7bb589b735e7a80 (patch)
tree2e92fae794980e8c0fb82504b96debb8881fb3e4 /indra/newview/llavatarpropertiesprocessor.cpp
parent3f3b0e3b5432cc0c1abf8619c0734790c971181a (diff)
SL-16937 Replace sendAvatarPropertiesUpdate with profile cap in preferences
To avoid data loss, old api trims profile descriptions
Diffstat (limited to 'indra/newview/llavatarpropertiesprocessor.cpp')
-rw-r--r--indra/newview/llavatarpropertiesprocessor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llavatarpropertiesprocessor.cpp b/indra/newview/llavatarpropertiesprocessor.cpp
index 20bdccfe63..4b37c00967 100644
--- a/indra/newview/llavatarpropertiesprocessor.cpp
+++ b/indra/newview/llavatarpropertiesprocessor.cpp
@@ -236,7 +236,7 @@ void LLAvatarPropertiesProcessor::sendAvatarPropertiesUpdate(const LLAvatarData*
return;
}
- LL_INFOS() << "Sending avatarinfo update" << LL_ENDL;
+ LL_WARNS() << "Sending avatarinfo update. This trims profile descriptions!!!" << LL_ENDL;
// This value is required by sendAvatarPropertiesUpdate method.
//A profile should never be mature. (From the original code)