summaryrefslogtreecommitdiff
path: root/indra/newview/llappearancemgr.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2010-02-18 16:10:35 -0500
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2010-02-18 16:10:35 -0500
commit284eb11a102af4889f3e1a1ef97699f67e4c0fa3 (patch)
tree76fe00ec397b7ed6743cf47a460dc341c8de6694 /indra/newview/llappearancemgr.cpp
parent000106dd3faaae47af0e0b2d74145a260d540fa8 (diff)
Work in progress on EXT-5333: Bodyparts missing from appearance and COF
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
-rw-r--r--indra/newview/llappearancemgr.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp
index 9da341b669..74c45a9467 100644
--- a/indra/newview/llappearancemgr.cpp
+++ b/indra/newview/llappearancemgr.cpp
@@ -712,7 +712,8 @@ void LLAppearanceManager::linkAll(const LLUUID& category,
void LLAppearanceManager::updateCOF(const LLUUID& category, bool append)
{
- llinfos << "starting" << llendl;
+ LLViewerInventoryCategory *pcat = gInventory.getCategory(category);
+ llinfos << "starting, cat " << (pcat ? pcat->getName() : "[UNKNOWN]") << llendl;
const LLUUID cof = getCOF();