diff options
author | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
commit | a2a25c9ed5de12cfb8a08844682368dc236a1b42 (patch) | |
tree | ab3f3eb48cac5fedb091a9fe46cc0eefd64315ce /indra/newview/llappearancemgr.cpp | |
parent | 985b7277e824c39275d9a06c6262b6f394b02133 (diff) | |
parent | b4c60f430332674e5dbdb672152e62d252e9a6e1 (diff) |
merge
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rwxr-xr-x | indra/newview/llappearancemgr.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 0b85f438bd..c2be472cbc 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -1994,7 +1994,7 @@ void LLAppearanceMgr::updateAppearanceFromCOF(bool update_base_outfit_ordering) BoolSetter setIsInUpdateAppearanceFromCOF(mIsInUpdateAppearanceFromCOF); selfStartPhase("update_appearance_from_cof"); - LL_INFOS("Avatar") << self_av_string() << "starting" << LL_ENDL; + LL_DEBUGS("Avatar") << self_av_string() << "starting" << LL_ENDL; //checking integrity of the COF in terms of ordering of wearables, //checking and updating links' descriptions of wearables in the COF (before analyzed for "dirty" state) @@ -3593,7 +3593,7 @@ LLAppearanceMgr::~LLAppearanceMgr() void LLAppearanceMgr::setAttachmentInvLinkEnable(bool val) { - llinfos << "setAttachmentInvLinkEnable => " << (int) val << llendl; + LL_DEBUGS("Avatar") << "setAttachmentInvLinkEnable => " << (int) val << llendl; mAttachmentInvLinkEnabled = val; } |