summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2013-08-12 13:45:51 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2013-08-12 13:45:51 -0400
commit6128cd9f705ca5565cafbe4b969c767b138cd1f6 (patch)
treed470b64404cd469076f7bca7c2ca8738835a3a3b /indra
parent28a5015074e3f6e0ba961dc260edcb9662e6f14b (diff)
cat version debug statement
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llaisapi.cpp1
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()