summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorJames Cook <james@lindenlab.com>2007-04-06 20:20:41 +0000
committerJames Cook <james@lindenlab.com>2007-04-06 20:20:41 +0000
commite1e6ab329fdf6562c153b7da8ab7c71f6dd860a3 (patch)
treefbb1d680715400164f6b68b3ca62fccaee0d99a4 /indra/llcommon
parent3ac41f9172db920ce4501b9b4188aba5649faa3c (diff)
SL-39721 Run a mini-grid without editing any configuration files. Added start-servers.py and start-client.py. Renamed output executable names to "spaceserver" instead of "newspace", etc. Repaired batch files to use new executable names. Added svn ignores for new executables and intermediate files. Removed llcommon, other linden libraries from explicit linker Additional Dependencies section because this makes IncrediBuild link the libraries twice, slowing it down. Reviewed by Don.
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llstat.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/indra/llcommon/llstat.cpp b/indra/llcommon/llstat.cpp
index ef707d3497..3d9cbaf64f 100644
--- a/indra/llcommon/llstat.cpp
+++ b/indra/llcommon/llstat.cpp
@@ -99,8 +99,9 @@ void LLStatAccum::impl::sum(F64 value, U64 when)
}
if (when < mLastTime)
{
- llwarns << "LLStatAccum::sum clock has gone backwards from "
- << mLastTime << " to " << when << ", resetting" << llendl;
+ // JAMESDEBUG spams on Athlon
+ //llwarns << "LLStatAccum::sum clock has gone backwards from "
+ // << mLastTime << " to " << when << ", resetting" << llendl;
reset(when);
return;