diff options
author | Rider Linden <rider@lindenlab.com> | 2016-02-29 12:58:50 -0800 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-02-29 12:58:50 -0800 |
commit | 9fbcaa5b9a6b3bfe762f5bb34951fbf7f99ecc1b (patch) | |
tree | 689cc0454694cfe130caccbd29b63a5f4d7deb01 /indra/newview/llvoavatar.cpp | |
parent | d253f485380a108e2ad1e9409c7ec3e00eb5760d (diff) |
MAINT-5693: Request server bake even if we think we are about to request a stale version. The receiver should know if it will throw out the results. Added some additional logging to help track what's going on.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 0f5add3891..17722e31ca 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7432,6 +7432,7 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys ) } // No backsies zone - if we get here, the message should be valid and usable, will be processed. + LL_INFOS("Avatar") << "Processing appearance message version " << this_update_cof_version << LL_ENDL; // Note: // RequestAgentUpdateAppearanceResponder::onRequestRequested() |