diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-11-18 16:03:30 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-11-18 16:03:30 -0500 |
commit | d26ea73ce8e6c76517e836316150ca76f5f925d9 (patch) | |
tree | 28e9f3523f38f8207c4129fd659550a0786b618e /indra/newview/llinventorymodel.cpp | |
parent | 8179175e6e6078fab9dc16cf02b5ee744955cd7d (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-x | indra/newview/llinventorymodel.cpp | 2 |
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) |