diff options
| author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-14 17:46:44 -0400 |
|---|---|---|
| committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2012-03-14 17:46:44 -0400 |
| commit | b4b0800bfd8e4a92a9e7ccbfbf24be2a0b4bef4a (patch) | |
| tree | d0c0bc7362682ed9ed944121c27641d953265ffb /indra/newview/llvoavatarself.cpp | |
| parent | ee758c1da0cf0c2436034109868003da56060e6c (diff) | |
SH-2970 FIX - per-region logging of basic avatar stats
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
| -rwxr-xr-x | indra/newview/llvoavatarself.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp index 33f33b202f..27de7df51c 100755 --- a/indra/newview/llvoavatarself.cpp +++ b/indra/newview/llvoavatarself.cpp @@ -2141,7 +2141,7 @@ void LLVOAvatarSelf::sendAppearanceChangeMetrics() LLSD msg = metricsData(); msg["message"] = "ViewerAppearanceChangeMetrics"; - llinfos << "message: " << msg << llendl; + llinfos << avString() << "message: " << msg << llendl; std::string caps_url; if (getRegion()) { |
