aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorJacek Antonelli2010-02-26 02:26:09 -0600
committerJacek Antonelli2010-02-26 02:26:09 -0600
commitca5fd8284f9f57ec8f75348ad6eee32134a8ebf5 (patch)
tree99fc8016b9c252094ef242a07ad09f95051485d9
parentRebranded new notifications system for all languages. (diff)
downloadmeta-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--ChangeLog.txt5
-rw-r--r--linden/indra/newview/llviewerinventory.cpp3
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.txt b/ChangeLog.txt
index b314d65..39eb412 100644
--- a/ChangeLog.txt
+++ b/ChangeLog.txt
@@ -1,5 +1,10 @@
12010-02-26 Jacek Antonelli <jacek.antonelli@gmail.com> 12010-02-26 Jacek Antonelli <jacek.antonelli@gmail.com>
2 2
3 * Disabled spammy messages about WebFetchInventoryDescendents.
4
5 modified: linden/indra/newview/llviewerinventory.cpp
6
7
3 * Rebranded new notifications system for all languages. 8 * Rebranded new notifications system for all languages.
4 Changed "Second Life" to "Imprudence", etc. 9 Changed "Second Life" to "Imprudence", etc.
5 Some URLs and SL-specific things have not been rebranded. 10 Some URLs and SL-specific things have not been rebranded.
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");