summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-05-15 18:08:12 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-05-15 18:08:12 -0400
commit8a4add76b44bab32633c5432f8852e5351770c91 (patch)
tree4bd0070035d66ce03b300490435d4f0fc10d9760 /indra/newview/llviewerinventory.cpp
parent2ed3746aee81901435f3f28f71a497d234d680d2 (diff)
SH-4175 WIP - Avoid add to outfit or remove from outfit when an outfit change is already in progress
Diffstat (limited to 'indra/newview/llviewerinventory.cpp')
-rwxr-xr-xindra/newview/llviewerinventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerinventory.cpp b/indra/newview/llviewerinventory.cpp
index 202ed43caa..18ea812471 100755
--- a/indra/newview/llviewerinventory.cpp
+++ b/indra/newview/llviewerinventory.cpp
@@ -1182,8 +1182,8 @@ void remove_inventory_item(
const LLUUID& item_id,
LLPointer<LLInventoryCallback> cb)
{
- llinfos << "item_id: [" << item_id << "] " << llendl;
LLPointer<LLViewerInventoryItem> obj = gInventory.getItem(item_id);
+ llinfos << "item_id: [" << item_id << "] name " << (obj ? obj->getName() : "(NOT FOUND)") << llendl;
if(obj)
{
std::string cap;