Change 'uses' verbose message to error_logger:info
This commit is contained in:
parent
1d8bc19891
commit
c02a0bed70
1 changed files with 2 additions and 2 deletions
|
@ -2988,8 +2988,8 @@ perhaps_verbose_c111(P_latest2, #ch_mgr{name=MyName, opts=Opts}=S) ->
|
||||||
Summ2 = machi_projection:make_summary(P_latest2x),
|
Summ2 = machi_projection:make_summary(P_latest2x),
|
||||||
if PrivWriteVerb, Summ2 /= Last2 ->
|
if PrivWriteVerb, Summ2 /= Last2 ->
|
||||||
put(last_verbose, Summ2),
|
put(last_verbose, Summ2),
|
||||||
?V("\n~s ~p uses plain: ~w \n",
|
error_logger:info_msg("~p uses plain: ~w \n",
|
||||||
[machi_util:pretty_time(), MyName, Summ2]);
|
[MyName, Summ2]);
|
||||||
true ->
|
true ->
|
||||||
ok
|
ok
|
||||||
end,
|
end,
|
||||||
|
|
Loading…
Reference in a new issue