summaryrefslogtreecommitdiff
path: root/indra/newview/llinventorymodel.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-11-18 16:03:30 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-11-18 16:03:30 -0500
commitd26ea73ce8e6c76517e836316150ca76f5f925d9 (patch)
tree28e9f3523f38f8207c4129fd659550a0786b618e /indra/newview/llinventorymodel.cpp
parent8179175e6e6078fab9dc16cf02b5ee744955cd7d (diff)
SH-4625 FIX - changed a warning that didn't really indicate a problem to an info statement
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rwxr-xr-xindra/newview/llinventorymodel.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp
index 52b6e4bf3b..6b1bf69b5e 100755
--- a/indra/newview/llinventorymodel.cpp
+++ b/indra/newview/llinventorymodel.cpp
@@ -3704,7 +3704,7 @@ bool LLInventoryModel::validate() const
if (cat_lock > 0 || item_lock > 0)
{
- llwarns << "Found locks on some categories: sub-cat arrays "
+ llinfos << "Found locks on some categories: sub-cat arrays "
<< cat_lock << ", item arrays " << item_lock << llendl;
}
if (desc_unknown_count != 0)