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.

master
James Cook 2007-04-06 20:20:41 +00:00
parent 3ac41f9172
commit e1e6ab329f
1 changed files with 3 additions and 2 deletions

View File

@ -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;