aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/venti/srv/fmtindex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cmd/venti/srv/fmtindex.c')
-rw-r--r--src/cmd/venti/srv/fmtindex.c4
1 files changed, 2 insertions, 2 deletions
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);