summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerinventory.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-24 18:38:40 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-04-24 18:38:40 -0400
commitd73588eaddb1ada6ac896850c3aa9d25307e076a (patch)
tree83b87d0664384093c6103dd15fc0a4373750162f /indra/newview/llviewerinventory.cpp
parenteb88e4d37850a48132193d332fa8945d3932369b (diff)
SH-4128 WIP - misc cleanup
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 316fca7769..06efeb86d9 100755
--- a/indra/newview/llviewerinventory.cpp
+++ b/indra/newview/llviewerinventory.cpp
@@ -1276,7 +1276,7 @@ void remove_inventory_item(
}
else
{
- llwarns << "remove_inventory_item called for nonexistent item " << item_id << llendl;
+ llwarns << "remove_inventory_item called for invalid or nonexistent item " << item_id << llendl;
}
}