diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-08-12 13:45:51 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-08-12 13:45:51 -0400 |
commit | 6128cd9f705ca5565cafbe4b969c767b138cd1f6 (patch) | |
tree | d470b64404cd469076f7bca7c2ca8738835a3a3b /indra | |
parent | 28a5015074e3f6e0ba961dc260edcb9662e6f14b (diff) |
cat version debug statement
Diffstat (limited to 'indra')
-rwxr-xr-x | indra/newview/llaisapi.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp index f8c9447b17..e710df4920 100755 --- a/indra/newview/llaisapi.cpp +++ b/indra/newview/llaisapi.cpp @@ -815,6 +815,7 @@ void AISUpdate::doUpdate() const LLUUID id = ucv_it->first; S32 version = ucv_it->second; LLViewerInventoryCategory *cat = gInventory.getCategory(id); + LL_DEBUGS("Inventory") << "cat version update " << cat->getName() << " to version " << cat->getVersion() << llendl; if (cat->getVersion() != version) { llwarns << "Possible version mismatch for category " << cat->getName() |