diff options
author | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
---|---|---|
committer | prep <prep@lindenlab.com> | 2013-04-08 17:11:24 -0400 |
commit | a2a25c9ed5de12cfb8a08844682368dc236a1b42 (patch) | |
tree | ab3f3eb48cac5fedb091a9fe46cc0eefd64315ce /indra/newview/llinventorymodel.cpp | |
parent | 985b7277e824c39275d9a06c6262b6f394b02133 (diff) | |
parent | b4c60f430332674e5dbdb672152e62d252e9a6e1 (diff) |
merge
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
-rw-r--r-- | indra/newview/llinventorymodel.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 065ec093f7..8d7478233a 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -2003,8 +2003,9 @@ bool LLInventoryModel::loadSkeleton( { LLViewerInventoryCategory* cat = (*invalid_cat_it).get(); cat->setVersion(NO_VERSION); - llinfos << "Invalidating category name: " << cat->getName() << " UUID: " << cat->getUUID() << " due to invalid descendents cache" << llendl; + LL_DEBUGS("Inventory") << "Invalidating category name: " << cat->getName() << " UUID: " << cat->getUUID() << " due to invalid descendents cache" << llendl; } + LL_INFOS("Inventory") << "Invalidated " << invalid_categories.size() << " categories due to invalid descendents cache" << llendl; // At this point, we need to set the known descendents for each // category which successfully cached so that we do not |