summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerstatsrecorder.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-01-11 14:52:31 -0800
committerRichard Linden <none@none>2013-01-11 14:52:31 -0800
commit433d53ea5580b2cbb17e6397afe2ca008e466963 (patch)
tree50e13b5949d96e4ea5e0bdcb113458ad7dbbf4b4 /indra/newview/llviewerstatsrecorder.cpp
parent85df1df3c34115efa0e18d116f7923b88ec1dadf (diff)
parenta3d07fd4c27e527edfb901b25b5857d3fd7d2eaf (diff)
Automated merge with file:///c:%5Ccode%5Cviewer-interesting-metrics
Diffstat (limited to 'indra/newview/llviewerstatsrecorder.cpp')
-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 cdb7bde123..482f6a77a3 100644
--- a/indra/newview/llviewerstatsrecorder.cpp
+++ b/indra/newview/llviewerstatsrecorder.cpp
@@ -223,7 +223,7 @@ void LLViewerStatsRecorder::writeToLog( F32 interval )
}
else
{
- llwarns << "Couldn't open " << STATS_FILE_NAME << " for logging." << llendl;
+ //llwarns << "Couldn't open " << STATS_FILE_NAME << " for logging." << llendl;
return;
}
}