diff --git a/src/leveled_sst.erl b/src/leveled_sst.erl index 74258a7..09de726 100644 --- a/src/leveled_sst.erl +++ b/src/leveled_sst.erl @@ -1381,8 +1381,11 @@ read_slots(Handle, SlotList, {SegList, BlockIndexCache}, PressMethod) -> % other keys case find_pos(BlockIdx, SegList, [], 0) of [] -> + io:format("Empty postion list for slot~n"), Acc; PositionList -> + io:format("~w positions found for slot~n", + [length(PositionList)]), Acc ++ check_blocks(PositionList, Handle, SP,