Removed some frequent llinfos/llwarns spam.

This commit is contained in:
Shyotl
2011-07-12 03:44:26 -05:00
parent 8fde48bcb2
commit f93bcae65b
2 changed files with 4 additions and 2 deletions

View File

@@ -524,7 +524,7 @@ bool LLViewerInventoryCategory::fetchDescendents()
}
else
{ //Deprecated, but if we don't have a capability, use the old system.
llinfos << "FetchInventoryDescendents capability not found. Using deprecated UDP message." << llendl;
//llinfos << "FetchInventoryDescendents capability not found. Using deprecated UDP message." << llendl;
LLMessageSystem* msg = gMessageSystem;
msg->newMessage("FetchInventoryDescendents");
msg->nextBlock("AgentData");