chore: update apps/emqx_machine/src/emqx_restricted_shell.erl

Co-authored-by: Zaiming (Stone) Shi <zmstone@gmail.com>
This commit is contained in:
JianBo He 2023-09-27 20:56:45 +08:00 committed by JianBo He
parent bdf24d0ec8
commit b52e4ac99d
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ max_heap_size_warning(MF, Args) ->
log(_, {?MODULE, prompt_func}, [[{history, _}]]) -> log(_, {?MODULE, prompt_func}, [[{history, _}]]) ->
ok; ok;
log(IsAllow, MF, Args) -> log(IsAllow, MF, Args) ->
?AUDIT(warning, shell, #{ ?AUDIT(warning, erlang_console, #{
time => logger:timestamp(), time => logger:timestamp(),
function => MF, function => MF,
args => pp_args(Args), args => pp_args(Args),