Commit Diff


commit - ce31e3d40bf99dc31dbf3df47356c6f7a540e98d
commit + cd87898f5db211b3485d8cad2c00ea356ca96361
blob - d751b98f619f3a31112298f3d39fdcfec41c6e44
blob + 0cb0a039ee73566c0c4714f010b729ca31ce70f8
--- src/cmd/venti/srv/index.c
+++ src/cmd/venti/srv/index.c
@@ -302,7 +302,7 @@ newindex(char *name, ISect **sects, int n)
 	div = (((u64int)1 << 32) + nb - 1) / nb;
 	ub = (((u64int)1 << 32) - 1) / div + 1;
 	if(div < 100){
-		seterr(EBug, "index divisor too coarse");
+		seterr(EBug, "index divisor too coarse [%lld buckets]", nb);
 		return nil;
 	}
 	if(ub > nb){