diff options
author | Jacek Antonelli | 2010-02-26 02:26:09 -0600 |
---|---|---|
committer | Jacek Antonelli | 2010-02-26 02:26:09 -0600 |
commit | ca5fd8284f9f57ec8f75348ad6eee32134a8ebf5 (patch) | |
tree | 99fc8016b9c252094ef242a07ad09f95051485d9 /linden | |
parent | Rebranded new notifications system for all languages. (diff) | |
download | meta-impy-ca5fd8284f9f57ec8f75348ad6eee32134a8ebf5.zip meta-impy-ca5fd8284f9f57ec8f75348ad6eee32134a8ebf5.tar.gz meta-impy-ca5fd8284f9f57ec8f75348ad6eee32134a8ebf5.tar.bz2 meta-impy-ca5fd8284f9f57ec8f75348ad6eee32134a8ebf5.tar.xz |
Disabled spammy messages about WebFetchInventoryDescendents.
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llviewerinventory.cpp | 3 |
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"); |