summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)