summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-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)