From 65af0d9f820cf7a4a13b41154ded1f58efd538e6 Mon Sep 17 00:00:00 2001 From: McCabe Maxsted Date: Mon, 30 Aug 2010 13:49:25 -0700 Subject: Moved LLInventoryPanel::buildNewViews called with objectp->mType behind LL_DEBUGS(Inventory) --- linden/indra/newview/llinventoryview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'linden/indra/newview/llinventoryview.cpp') 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) if (objectp->getType() <= LLAssetType::AT_NONE || objectp->getType() >= LLAssetType::AT_COUNT) { - llwarns << "LLInventoryPanel::buildNewViews called with objectp->mType == " + LL_DEBUGS("Inventory") << "LLInventoryPanel::buildNewViews called with objectp->mType == " << ((S32) objectp->getType()) - << " (shouldn't happen)" << llendl; + << " (shouldn't happen)" << LL_ENDL; } else if (objectp->getType() == LLAssetType::AT_CATEGORY) // build new view for category { -- cgit v1.1