summaryrefslogtreecommitdiff
path: root/indra
diff options
context:
space:
mode:
authorDon Kjer <don@lindenlab.com>2010-12-08 17:42:47 -0800
committerDon Kjer <don@lindenlab.com>2010-12-08 17:42:47 -0800
commit0239421aa0c69fe9ce6b12671e927baaf05e5ae1 (patch)
tree76f053f0f6f661800ac0ba8e2c447eeb4a0c1b78 /indra
parent3ecfe0c68403d683a94df987567ae8c9ef2d2ed2 (diff)
Changed non-windows viewer stats recorder file to live in /tmp
Diffstat (limited to 'indra')
-rw-r--r--indra/newview/llviewerstatsrecorder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerstatsrecorder.cpp b/indra/newview/llviewerstatsrecorder.cpp
index 4e7cf00ba0..83c115af90 100644
--- a/indra/newview/llviewerstatsrecorder.cpp
+++ b/indra/newview/llviewerstatsrecorder.cpp
@@ -50,7 +50,7 @@ void LLViewerStatsRecorder::initStatsRecorder(LLViewerRegion *regionp)
#if LL_WINDOWS
std::string stats_file_name("C:\\ViewerObjectCacheStats.csv");
#else
- std::string stats_file_name("~/viewerstats.csv");
+ std::string stats_file_name("/tmp/viewerstats.csv");
#endif
if (mObjectCacheFile == NULL)