diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index a78dede34483ba261f28f825c199b26a7a131888..018e9a92a08b3f7d445dc0fe21acba1beaa71456 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);