diff options
author | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2010-02-11 11:09:08 -0500 |
---|---|---|
committer | Eric M. Tulla (BigPapi) <tulla@lindenlab.com> | 2010-02-11 11:09:08 -0500 |
commit | 39fe664b97b946daf7984b946fede6f04ae731c4 (patch) | |
tree | 9d34fc0e25f2200e83f194c71abbfabde42170f6 /indra/newview/llappearancemgr.cpp | |
parent | e3f75c2c250a86cdc687c78c11fa7ddb3f4bcf86 (diff) |
Minor clarification edit to a warning comment.
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |