summaryrefslogtreecommitdiffstats
path: root/src/cmd/venti/srv/fmtindex.c
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2007-04-23 14:40:54 +0000
committerrsc <devnull@localhost>2007-04-23 14:40:54 +0000
commit07029cdbbd9be6ad780bd594c98d26babec7ee67 (patch)
tree55c1a64414faa236c67ae710c9aaf2b99aed8be7 /src/cmd/venti/srv/fmtindex.c
parent8d271d6cc3e14e5f7817dfbad2148ca86a6097a6 (diff)
downloadplan9port-07029cdbbd9be6ad780bd594c98d26babec7ee67.tar.gz
plan9port-07029cdbbd9be6ad780bd594c98d26babec7ee67.zip
cleanup
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);