Browse Source

ft: 代码修改

master
SisMaker 3 years ago
parent
commit
208be88633
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/eLog.erl

+ 1
- 1
src/eLog.erl View File

@ -526,7 +526,7 @@ traceFunc(#trace_func_state_v1{pid = Pid, level = Level, format_string = Fmt} =
traceState(Pid, Level, Options) ->
#trace_func_state_v1{pid = Pid,
level = Level,
count = proplists:get_value(count, Options),
count = proplists:get_value(count, Options, infinity)
timeout = proplists:get_value(timeout, Options, infinity),
format_string = proplists:get_value(format_string, Options, "TRACE ~p ~p")}.

Loading…
Cancel
Save