Further log

This commit is contained in:
Martin Sumner 2018-05-15 10:30:09 +01:00
parent 1e40648c83
commit 6160db3377

View file

@ -403,6 +403,7 @@ sst_getslots(Pid, SlotList) ->
%% false as a SegList to not filter %% false as a SegList to not filter
sst_getfilteredslots(Pid, SlotList, SegList) -> sst_getfilteredslots(Pid, SlotList, SegList) ->
SegL0 = tune_seglist(SegList), SegL0 = tune_seglist(SegList),
io:format("Tuned seglist of ~w~n", [SegL0]),
{SlotBins, PressMethod} = {SlotBins, PressMethod} =
gen_fsm:sync_send_event(Pid, {get_slots, SlotList, SegL0}, infinity), gen_fsm:sync_send_event(Pid, {get_slots, SlotList, SegL0}, infinity),
binaryslot_reader(SlotBins, PressMethod). binaryslot_reader(SlotBins, PressMethod).