Skip to content
Snippets Groups Projects
Commit 2c077430 authored by Brad Payne (Vir Linden)'s avatar Brad Payne (Vir Linden)
Browse files

tracking for copy-to-wear inventory failures

parent 3cd90472
No related branches found
No related tags found
No related merge requests found
......@@ -162,6 +162,8 @@ class LLWearInventoryCategoryCallback : public LLInventoryCallback
mCatID = cat_id;
mAppend = append;
LL_DEBUGS("Avatar") << self_av_string() << "starting" << LL_ENDL;
selfStartPhase("wear_inventory_category_callback");
}
void fire(const LLUUID& item_id)
......@@ -174,6 +176,7 @@ class LLWearInventoryCategoryCallback : public LLInventoryCallback
* after the last item has fired the event and dereferenced it -- if all
* the events actually fire!
*/
LL_DEBUGS("Avatar") << self_av_string() << " fired on copied item, id " << item_id << LL_ENDL;
}
protected:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment