summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
Diffstat (limited to 'indra')
-rwxr-xr-xindra/newview/llaisapi.cpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/indra/newview/llaisapi.cpp b/indra/newview/llaisapi.cpp
index 21f6482a06..e57bbbb0be 100755
--- a/indra/newview/llaisapi.cpp
+++ b/indra/newview/llaisapi.cpp
@@ -315,7 +315,7 @@ void AISUpdate::parseUpdate(const LLSD& update)
}
else
{
- llwarns << "unrecognized embedded field " << field << llendl;
+ //LL_DEBUGS("Inventory") << "unhandled embedded field " << field << llendl;
}
}
@@ -439,8 +439,9 @@ void AISUpdate::doUpdate()
LLViewerInventoryCategory *cat = gInventory.getCategory(id);
if (cat->getVersion() != version)
{
- llwarns << "Possible version mismatch, viewer " << cat->getVersion()
- << " server " << version << llendl;
+ llwarns << "Possible version mismatch for category " << cat->getName()
+ << ", viewer version " << cat->getVersion()
+ << " server version " << version << llendl;
}
}