diff options
author | Nyx Linden <nyx@lindenlab.com> | 2013-08-30 19:05:58 -0400 |
---|---|---|
committer | Nyx Linden <nyx@lindenlab.com> | 2013-08-30 19:05:58 -0400 |
commit | cda8a75dd69789d0d9f77c76ab0c461e8791fd60 (patch) | |
tree | e78e3799988a81205381031888f59f80378a7d5f /indra/newview/llwearablelist.cpp | |
parent | 726a26d4bc3b66dafbc8bdfe238c52a0eff23a74 (diff) | |
parent | 497e84202e169356e66fc91cd8f74b26b34b0c56 (diff) |
merge
Diffstat (limited to 'indra/newview/llwearablelist.cpp')
-rwxr-xr-x | indra/newview/llwearablelist.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llwearablelist.cpp b/indra/newview/llwearablelist.cpp index ef1a953f59..49b3c27ea0 100755 --- a/indra/newview/llwearablelist.cpp +++ b/indra/newview/llwearablelist.cpp @@ -81,6 +81,7 @@ void LLWearableList::getAsset(const LLAssetID& assetID, const std::string& weara LLViewerWearable* instance = get_if_there(mList, assetID, (LLViewerWearable*)NULL ); if( instance ) { + LL_DEBUGS("Avatar") << "wearable " << assetID << " found in LLWearableList" << llendl; asset_arrived_callback( instance, userdata ); } else |