From da62ad294e8e79802ffa0c8a412b4356825e1f0e Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Wed, 22 Oct 2003 09:45:39 -0400 Subject: [PATCH] statistics.cc: change printf to be printed only when something is binned so regression doesn't freak out. base/statistics.cc: change printf to be printed only when something is binned so regression doesn't freak out. --HG-- extra : convert_revision : cb60128fc3ab605aa7e915c7c7512cf93b156c96 --- base/statistics.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/statistics.cc b/base/statistics.cc index a2734cf37..6593451c4 100644 --- a/base/statistics.cc +++ b/base/statistics.cc @@ -197,11 +197,11 @@ Database::dump(ostream &stream) ++j; ccprintf(stream, "---------------------------------\n"); } + ccprintf(stream, "**************ALL STATS************\n"); } list_t::iterator k = printStats.begin(); list_t::iterator endprint = printStats.end(); - ccprintf(stream, "*****ALL STATS*****\n"); while (k != endprint) { Stat *stat = *k; if (stat->dodisplay() && !stat->binned()) -- 2.30.2