aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/llcommon/llmetrics.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/llcommon/llmetrics.cpp')
-rw-r--r--linden/indra/llcommon/llmetrics.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/llcommon/llmetrics.cpp b/linden/indra/llcommon/llmetrics.cpp
index 583f840..74bd13d 100644
--- a/linden/indra/llcommon/llmetrics.cpp
+++ b/linden/indra/llcommon/llmetrics.cpp
@@ -67,7 +67,7 @@ void LLMetricsImpl::recordEventDetails(const std::string& location,
67 metrics["location"] = location; 67 metrics["location"] = location;
68 metrics["stats"] = stats; 68 metrics["stats"] = stats;
69 69
70 llinfos << "LLMETRICS: " << LLSDOStreamer<LLSDNotationFormatter>(metrics) << llendl; 70 llinfos << "LLMETRICS: " << LLSDNotationStreamer(metrics) << llendl;
71} 71}
72 72
73// Store this: 73// Store this: