diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-28 14:53:53 -0500 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2013-02-28 14:53:53 -0500 |
commit | 22f05155990176ece57390e69de71deae9f34ed4 (patch) | |
tree | 69eb30028c3b5630a5480eef89dd2fccd8e25ea0 /indra/newview | |
parent | cd0b089bb07ecbad995a501b92451b22b0f5ee06 (diff) |
SH-3899 WIP
Diffstat (limited to 'indra/newview')
-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(), |