summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.cpp
diff options
context:
space:
mode:
authorBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-15 17:10:31 -0400
committerBrad Payne (Vir Linden) <vir@lindenlab.com>2012-03-15 17:10:31 -0400
commitb98b4ee16827f0ae5370b301f1b6c3f50842ed0d (patch)
treea499e73f83284f4f13bc35e765daae36fdf5cd66 /indra/newview/llvoavatarself.cpp
parentb4b0800bfd8e4a92a9e7ccbfbf24be2a0b4bef4a (diff)
SH-2970 WIP - pretty-print some metrics for more readable log
Diffstat (limited to 'indra/newview/llvoavatarself.cpp')
-rwxr-xr-xindra/newview/llvoavatarself.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.cpp b/indra/newview/llvoavatarself.cpp
index 27de7df51c..4ff6db9b63 100755
--- a/indra/newview/llvoavatarself.cpp
+++ b/indra/newview/llvoavatarself.cpp
@@ -58,6 +58,7 @@
#include "llappearancemgr.h"
#include "llmeshrepository.h"
#include "llvovolume.h"
+#include "llsdutil.h"
#if LL_MSVC
// disable boost::lexical_cast warning
@@ -2141,7 +2142,7 @@ void LLVOAvatarSelf::sendAppearanceChangeMetrics()
LLSD msg = metricsData();
msg["message"] = "ViewerAppearanceChangeMetrics";
- llinfos << avString() << "message: " << msg << llendl;
+ llinfos << avString() << "message: " << ll_pretty_print_sd(msg) << llendl;
std::string caps_url;
if (getRegion())
{