From bfe85fb24b30a24e08b48fdb2c734da0143fe845 Mon Sep 17 00:00:00 2001
From: Richard Linden <none@none>
Date: Sat, 20 Oct 2012 10:46:57 -0700
Subject: SH-3405 WIP convert existing stats to lltrace system fixed build

---
 indra/newview/lltexturefetch.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'indra')

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;
-- 
cgit v1.2.3