diff options
Diffstat (limited to 'base/statistics.cc')
-rw-r--r-- | base/statistics.cc | 2 |
1 files changed, 1 insertions, 1 deletions
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()) |