cat version debug statement

master
Brad Payne (Vir Linden) 2013-08-12 13:45:51 -04:00
parent 28a5015074
commit 6128cd9f70
1 changed files with 1 additions and 0 deletions

View File

@ -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()