A bit less verbose output
This commit is contained in:
parent
5efec1b6cd
commit
b3ce9f9ab8
1 changed files with 2 additions and 1 deletions
|
@ -173,7 +173,8 @@ handle_info({adjust_down_list, FLU}, #state{active_unfit=ActiveUnfit}=S) ->
|
||||||
end;
|
end;
|
||||||
handle_info(dump, #state{my_flu_name=MyFluName,active_unfit=ActiveUnfit,
|
handle_info(dump, #state{my_flu_name=MyFluName,active_unfit=ActiveUnfit,
|
||||||
pending_map=Map}=S) ->
|
pending_map=Map}=S) ->
|
||||||
io:format(user, "DUMP: ~w: ~p ~w\n", [MyFluName, ActiveUnfit, map_value(Map)]),
|
%% io:format(user, "DUMP: ~w: ~p ~w\n", [MyFluName, ActiveUnfit, map_value(Map)]),
|
||||||
|
io:format(user, "DUMP ~w: ~w, ", [MyFluName, ActiveUnfit]),
|
||||||
{noreply, S};
|
{noreply, S};
|
||||||
handle_info(_Info, S) ->
|
handle_info(_Info, S) ->
|
||||||
{noreply, S}.
|
{noreply, S}.
|
||||||
|
|
Loading…
Reference in a new issue