diff options
author | Richard Linden <none@none> | 2013-01-17 20:04:39 -0800 |
---|---|---|
committer | Richard Linden <none@none> | 2013-01-17 20:04:39 -0800 |
commit | 0825eb0207a51e0f747fc04e7c9b6bd6a76e86fe (patch) | |
tree | c87749c8e9c98c695aa6daae9a6660582580ae4e /indra/newview/llviewerstatsrecorder.cpp | |
parent | a0413bdef71d804bbf008cf319f54a5a47efb29c (diff) | |
parent | 670d03ceb83b92c9bb98d10bb37fba6f75971a2f (diff) |
merge
Diffstat (limited to 'indra/newview/llviewerstatsrecorder.cpp')
-rw-r--r-- | indra/newview/llviewerstatsrecorder.cpp | 2 |
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; } } |