From 07029cdbbd9be6ad780bd594c98d26babec7ee67 Mon Sep 17 00:00:00 2001 From: rsc Date: Mon, 23 Apr 2007 14:40:54 +0000 Subject: cleanup --- src/cmd/venti/srv/fmtindex.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/cmd/venti/srv/fmtindex.c') diff --git a/src/cmd/venti/srv/fmtindex.c b/src/cmd/venti/srv/fmtindex.c index a0eb6b16..d24e0619 100644 --- a/src/cmd/venti/srv/fmtindex.c +++ b/src/cmd/venti/srv/fmtindex.c @@ -103,8 +103,8 @@ threadmain(int argc, char *argv[]) if(0){ fprint(2, "configured index=%s with arenas=%d and storage=%lld\n", ix->name, n, addr - IndexBase); - fprint(2, "\tbitblocks=%d maxdepth=%d buckets=%d\n", - ix->bitblocks, ix->maxdepth, ix->buckets); + fprint(2, "\tbuckets=%d\n", + ix->buckets); } fprint(2, "fmtindex: %,d arenas, %,d index buckets, %,lld bytes storage\n", n, ix->buckets, addr-IndexBase); -- cgit v1.2.3