summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
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;