diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-26 13:18:06 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-04-26 13:18:06 -0400 |
commit | 2c0774302b11b1be9e5a41b10c5ec518669792e3 (patch) | |
tree | 78d5b34a150617c4032ddc968110044ce9d8d52c | |
parent | 3cd9047233fa902b49cf2491ea50a455e4595c28 (diff) |
tracking for copy-to-wear inventory failures
-rw-r--r-- | indra/newview/llappearancemgr.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index 484de81ac9..73dd64dffe 100644 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -162,6 +162,8 @@ public: 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 @@ public: * 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: |