From 39fe664b97b946daf7984b946fede6f04ae731c4 Mon Sep 17 00:00:00 2001 From: "Eric M. Tulla (BigPapi)" Date: Thu, 11 Feb 2010 11:09:08 -0500 Subject: Minor clarification edit to a warning comment. --- indra/newview/llappearancemgr.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index a78dede344..018e9a92a0 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -668,7 +668,7 @@ void LLAppearanceManager::filterWearableItems( EWearableType type = item->getWearableType(); if(type < 0 || type >= WT_COUNT) { - LL_WARNS("Appearance") << "Invalid wearable type. Type does not match wearable flag bitfield." << LL_ENDL; + LL_WARNS("Appearance") << "Invalid wearable type. Inventory type does not match wearable flag bitfield." << LL_ENDL; continue; } items_by_type[type].push_back(item); -- cgit v1.2.3