From e1e6ab329fdf6562c153b7da8ab7c71f6dd860a3 Mon Sep 17 00:00:00 2001 From: James Cook <james@lindenlab.com> Date: Fri, 6 Apr 2007 20:20:41 +0000 Subject: [PATCH] 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. --- indra/llcommon/llstat.cpp | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/indra/llcommon/llstat.cpp b/indra/llcommon/llstat.cpp index ef707d34974..3d9cbaf64ff 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; -- GitLab