Debug logs
This commit is contained in:
parent
8b4adcccaf
commit
a7cda7213f
1 changed files with 3 additions and 0 deletions
|
@ -1381,8 +1381,11 @@ read_slots(Handle, SlotList, {SegList, BlockIndexCache}, PressMethod) ->
|
||||||
% other keys
|
% other keys
|
||||||
case find_pos(BlockIdx, SegList, [], 0) of
|
case find_pos(BlockIdx, SegList, [], 0) of
|
||||||
[] ->
|
[] ->
|
||||||
|
io:format("Empty postion list for slot~n"),
|
||||||
Acc;
|
Acc;
|
||||||
PositionList ->
|
PositionList ->
|
||||||
|
io:format("~w positions found for slot~n",
|
||||||
|
[length(PositionList)]),
|
||||||
Acc ++
|
Acc ++
|
||||||
check_blocks(PositionList,
|
check_blocks(PositionList,
|
||||||
Handle, SP,
|
Handle, SP,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue