ソースを参照

ft: 代码修改

master
SisMaker 3年前
コミット
208be88633
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/eLog.erl

+ 1
- 1
src/eLog.erl ファイルの表示

@ -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")}.

読み込み中…
キャンセル
保存