diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-01-14 20:26:36 -0500 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-01-14 20:26:36 -0500 |
commit | f16d357b3b8965c1d8c59a0e4050d331ef77080b (patch) | |
tree | ede5874cd04062d03f8544e58e54712038f96c40 /indra/newview/llinventorymodel.cpp | |
parent | 056d2a82698406641e4930f7adf2fe31664c9266 (diff) |
EXT-4271 : Remove "LLInventoryModel::accountForUpdate accounted..." spam
Took out llinfos spam.
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index a468a9a95c..c603af9166 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -1994,9 +1994,9 @@ void LLInventoryModel::accountForUpdate(const LLCategoryUpdate& update) const descendents_actual += update.mDescendentDelta; cat->setDescendentCount(descendents_actual); cat->setVersion(++version); - llinfos << "accounted: '" << cat->getName() << "' " - << version << " with " << descendents_actual - << " descendents." << llendl; + lldebugs << "accounted: '" << cat->getName() << "' " + << version << " with " << descendents_actual + << " descendents." << llendl; } } if(!accounted) |