diff options
author | simon <none@none> | 2013-09-20 15:26:44 -0700 |
---|---|---|
committer | simon <none@none> | 2013-09-20 15:26:44 -0700 |
commit | 6d1c45f86321de7979b484dcc588e2dfa921c076 (patch) | |
tree | 140f2b5684f7d7a11cfc4a8077147075390bf77f /indra/newview/llavatarrenderinfoaccountant.cpp | |
parent | 8aadd9d27025e6ed8e50e88ec9548d48e48095c8 (diff) |
Fix AvatarRenderInfo cap broken in merge, add a new diagnostic log message
Diffstat (limited to 'indra/newview/llavatarrenderinfoaccountant.cpp')
-rw-r--r-- | indra/newview/llavatarrenderinfoaccountant.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llavatarrenderinfoaccountant.cpp b/indra/newview/llavatarrenderinfoaccountant.cpp index e778e0c032..5780268acb 100644 --- a/indra/newview/llavatarrenderinfoaccountant.cpp +++ b/indra/newview/llavatarrenderinfoaccountant.cpp @@ -256,6 +256,9 @@ void LLAvatarRenderInfoAccountant::sendRenderInfoToRegion(LLViewerRegion * regio { llinfos << "LRI: Sending avatar render info for " << avatar->getID() << ": " << info << llendl; + llinfos << "LRI: geometry " << avatar->getAttachmentGeometryBytes() + << ", area " << avatar->getAttachmentSurfaceArea() + << llendl; } } } |