diff options
| -rwxr-xr-x | indra/newview/llappearancemgr.cpp | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/llappearancemgr.cpp b/indra/newview/llappearancemgr.cpp index e12ecea760..48a2ab0eb2 100755 --- a/indra/newview/llappearancemgr.cpp +++ b/indra/newview/llappearancemgr.cpp @@ -3131,7 +3131,7 @@ public:  			}  		}  		LL_DEBUGS("Avatar") << llendl; -		LL_DEBUGS("Avatar") << "Local COF, version req: " << content["observed"] << llendl; +		LL_DEBUGS("Avatar") << "Local COF, version requested: " << content["observed"].asInteger() << llendl;  		LLInventoryModel::cat_array_t cat_array;  		LLInventoryModel::item_array_t item_array;  		gInventory.collectDescendents(LLAppearanceMgr::instance().getCOF(), | 
