diff options
author | Rider Linden <rider@lindenlab.com> | 2016-04-12 16:51:16 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2016-04-12 16:51:16 -0700 |
commit | fe256500341856cce282b020857ebc8d30d05258 (patch) | |
tree | 89330e421227458c799ed4461570e7fcf2e9386a /indra/newview/llvoavatar.cpp | |
parent | 94d1a54e33845e1488ed52961416526ed232ddb1 (diff) |
MAINT-6305: Just bumping a warning level so I can track for debugging.
Diffstat (limited to 'indra/newview/llvoavatar.cpp')
-rwxr-xr-x | indra/newview/llvoavatar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatar.cpp b/indra/newview/llvoavatar.cpp index 21c38e9bc1..f11e69bae6 100755 --- a/indra/newview/llvoavatar.cpp +++ b/indra/newview/llvoavatar.cpp @@ -7396,7 +7396,7 @@ void LLVOAvatar::processAvatarAppearance( LLMessageSystem* mesgsys ) if( isSelf() ) { - LL_DEBUGS("Avatar") << "this_update_cof_version " << this_update_cof_version + LL_WARNS("Avatar") << "this_update_cof_version " << this_update_cof_version << " last_update_request_cof_version " << last_update_request_cof_version << " my_cof_version " << LLAppearanceMgr::instance().getCOFVersion() << LL_ENDL; |