diff options
| -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() | 
