From 73501ea38f3c3e53fc02561444e25989c29224af Mon Sep 17 00:00:00 2001 From: Lisa Hsu Date: Mon, 17 May 2004 13:22:19 -0400 Subject: push the new system_events file that i was prevented from pushing way back when cable died. :(. also, fix the printing of binned stats, it was printing hex values instead of bin names. base/stats/text.cc: fix the printing of binned stats. --HG-- extra : convert_revision : 3a04d004f5ea1d90536f7102fce946fd6dd34613 --- base/stats/text.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'base/stats/text.cc') diff --git a/base/stats/text.cc b/base/stats/text.cc index 0f43a1772..79a91e661 100644 --- a/base/stats/text.cc +++ b/base/stats/text.cc @@ -132,7 +132,7 @@ Text::output() for (i = bins().begin(); i != end; ++i) { MainBin *bin = *i; bin->activate(); - ccprintf(*stream,"---%s Bin------------\n", bin); + ccprintf(*stream,"---%s Bin------------\n", bin->name()); stat_list_t::const_iterator i, end = stats().end(); for (i = stats().begin(); i != end; ++i) (*i)->visit(*this); -- cgit v1.2.3