Further log
This commit is contained in:
parent
1e40648c83
commit
6160db3377
1 changed files with 1 additions and 0 deletions
|
@ -403,6 +403,7 @@ sst_getslots(Pid, SlotList) ->
|
|||
%% false as a SegList to not filter
|
||||
sst_getfilteredslots(Pid, SlotList, SegList) ->
|
||||
SegL0 = tune_seglist(SegList),
|
||||
io:format("Tuned seglist of ~w~n", [SegL0]),
|
||||
{SlotBins, PressMethod} =
|
||||
gen_fsm:sync_send_event(Pid, {get_slots, SlotList, SegL0}, infinity),
|
||||
binaryslot_reader(SlotBins, PressMethod).
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue