diff options
| author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-14 13:33:12 -0800 |
|---|---|---|
| committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-01-14 13:33:12 -0800 |
| commit | 23a266521ead539cb3e8c2c76e7ead46847b70ca (patch) | |
| tree | e53fd7c529e406e65255611bc587314759fa96b8 /indra/newview/llinventorymodel.cpp | |
| parent | 1a5e2be99c7b186135fdc541e9df71f337378397 (diff) | |
| parent | 86d1b0b67eb8901c269f7710606ef97c84732348 (diff) | |
merge.
Diffstat (limited to 'indra/newview/llinventorymodel.cpp')
| -rw-r--r-- | indra/newview/llinventorymodel.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/indra/newview/llinventorymodel.cpp b/indra/newview/llinventorymodel.cpp index 711114173c..a468a9a95c 100644 --- a/indra/newview/llinventorymodel.cpp +++ b/indra/newview/llinventorymodel.cpp @@ -2001,14 +2001,16 @@ void LLInventoryModel::accountForUpdate(const LLCategoryUpdate& update) const } if(!accounted) { - lldebugs << "No accounting for: '" << cat->getName() << "' " + // Error condition, this means that the category did not register that + // it got new descendents (perhaps because it is still being loaded) + // which means its descendent count will be wrong. + llwarns << "Accounting failed for '" << cat->getName() << "' version:" << version << llendl; } } else { - llwarns << "No category found for update " << update.mCategoryID - << llendl; + llwarns << "No category found for update " << update.mCategoryID << llendl; } } |
