diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-03 17:08:34 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2015-03-03 17:08:34 -0500 |
commit | 8169cde890f70320340a08cbfa29d16033572a9b (patch) | |
tree | 34b9b30dfa010bb6a0b241c1d029d8e0ef3c882f /indra/newview/llappearancemgr.cpp | |
parent | a07127ee7caf4ccdd4137fbecf79b4650decb0c2 (diff) |
MAINT-4653 WIP
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 f8c964cb9a..24169c152b 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3948,13 +3948,13 @@ void LLAppearanceMgr::registerAttachment(const LLUUID& item_id) void LLAppearanceMgr::unregisterAttachment(const LLUUID& item_id) { LLViewerInventoryItem *item = gInventory.getItem(item_id); - LL_DEBUGS("Avatar") << "unregistering attachment " + LL_DEBUGS("Avatar") << "ATT unregistering attachment " << (item ? item->getName() : "UNKNOWN") << " " << item_id << LL_ENDL; gInventory.addChangedMask(LLInventoryObserver::LABEL, item_id); if (mAttachmentInvLinkEnabled) { - LL_DEBUGS("Avatar") << "removing COF link for attachment " + LL_DEBUGS("Avatar") << "ATT removing COF link for attachment " << (item ? item->getName() : "UNKNOWN") << " " << item_id << LL_ENDL; LLAppearanceMgr::removeCOFItemLinks(item_id); } |