diff options
Diffstat (limited to 'indra/newview/llappearancemgr.cpp')
| -rw-r--r-- | indra/newview/llappearancemgr.cpp | 3 | 
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(); | 
