diff options
| -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;  | 
