aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden
diff options
context:
space:
mode:
Diffstat (limited to 'linden')
-rw-r--r--linden/indra/newview/llviewerinventory.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/linden/indra/newview/llviewerinventory.cpp b/linden/indra/newview/llviewerinventory.cpp
index 7f1f0fe..33113f1 100644
--- a/linden/indra/newview/llviewerinventory.cpp
+++ b/linden/indra/newview/llviewerinventory.cpp
@@ -469,7 +469,8 @@ bool LLViewerInventoryCategory::fetchDescendents()
469 } 469 }
470 else 470 else
471 { //Deprecated, but if we don't have a capability, use the old system. 471 { //Deprecated, but if we don't have a capability, use the old system.
472 llinfos << "WebFetchInventoryDescendents capability not found. Using deprecated UDP message." << llendl; 472 // Yeah, but let's not flood the log with it.
473 // llinfos << "WebFetchInventoryDescendents capability not found. Using deprecated UDP message." << llendl;
473 LLMessageSystem* msg = gMessageSystem; 474 LLMessageSystem* msg = gMessageSystem;
474 msg->newMessage("FetchInventoryDescendents"); 475 msg->newMessage("FetchInventoryDescendents");
475 msg->nextBlock("AgentData"); 476 msg->nextBlock("AgentData");