aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llinventoryview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llinventoryview.cpp b/linden/indra/newview/llinventoryview.cpp
index 71d8194..952121f 100644
--- a/linden/indra/newview/llinventoryview.cpp
+++ b/linden/indra/newview/llinventoryview.cpp
@@ -2081,9 +2081,9 @@ void LLInventoryPanel::buildNewViews(const LLUUID& id)
2081 if (objectp->getType() <= LLAssetType::AT_NONE || 2081 if (objectp->getType() <= LLAssetType::AT_NONE ||
2082 objectp->getType() >= LLAssetType::AT_COUNT) 2082 objectp->getType() >= LLAssetType::AT_COUNT)
2083 { 2083 {
2084 llwarns << "LLInventoryPanel::buildNewViews called with objectp->mType == " 2084 LL_DEBUGS("Inventory") << "LLInventoryPanel::buildNewViews called with objectp->mType == "
2085 << ((S32) objectp->getType()) 2085 << ((S32) objectp->getType())
2086 << " (shouldn't happen)" << llendl; 2086 << " (shouldn't happen)" << LL_ENDL;
2087 } 2087 }
2088 else if (objectp->getType() == LLAssetType::AT_CATEGORY) // build new view for category 2088 else if (objectp->getType() == LLAssetType::AT_CATEGORY) // build new view for category
2089 { 2089 {