summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Linden <none@none>2012-10-20 10:46:57 -0700
committerRichard Linden <none@none>2012-10-20 10:46:57 -0700
commitbfe85fb24b30a24e08b48fdb2c734da0143fe845 (patch)
treecc909d1be9158d580f4e64ddf61c984c16921ac3
parentb9303e9e80ef5c0992c45b0032a219ce9b57d6e8 (diff)
SH-3405 WIP convert existing stats to lltrace system
fixed build
-rw-r--r--indra/newview/lltexturefetch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lltexturefetch.cpp b/indra/newview/lltexturefetch.cpp
index ac83fe0ca8..2a72e77672 100644
--- a/indra/newview/lltexturefetch.cpp
+++ b/indra/newview/lltexturefetch.cpp
@@ -2880,7 +2880,7 @@ TFReqSendMetrics::doWork(LLTextureFetch * fetcher)
LLViewerAssetStats & main_stats = *mMainStats;
LLViewerAssetStats::AssetStats stats;
- main_stats.getStats(stats);
+ main_stats.getStats(stats, true);
//LLSD merged_llsd = main_stats.asLLSD();
stats.session_id = mSessionID;