summaryrefslogtreecommitdiff
path: root/indra/newview/llagentwearables.cpp
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-06-03 14:59:14 -0400
committerLoren Shih <seraph@lindenlab.com>2010-06-03 14:59:14 -0400
commit78e017c881a89d7f7fed798a994c318c8129cccb (patch)
tree625a28f4553ee3249f04ab7496bf538a2900e05d /indra/newview/llagentwearables.cpp
parent14fc336c3b20a7dcbc719069985a078b7bc4f041 (diff)
parentd213f8635b96f7da2b1efc193d48dc8d681e4f3e (diff)
automated merge
Diffstat (limited to 'indra/newview/llagentwearables.cpp')
-rw-r--r--indra/newview/llagentwearables.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index 1536070693..e0104eddf0 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -1445,6 +1445,8 @@ void LLAgentWearables::setWearableOutfit(const LLInventoryItem::item_array_t& it
queryWearableCache();
updateServer();
+ gAgentAvatarp->dumpAvatarTEs("setWearableOutfit");
+
lldebugs << "setWearableOutfit() end" << llendl;
}