From 6128cd9f705ca5565cafbe4b969c767b138cd1f6 Mon Sep 17 00:00:00 2001
From: "Brad Payne (Vir Linden)" <vir@lindenlab.com>
Date: Mon, 12 Aug 2013 13:45:51 -0400
Subject: [PATCH] cat version debug statement

---
 indra/newview/llaisapi.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp
index f8c9447b17b..e710df4920d 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()
-- 
GitLab