Explorar el Código

ft: 代码修改

master
SisMaker hace 3 años
padre
commit
20606c14a8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/eLog.erl

+ 1
- 1
src/eLog.erl Ver fichero

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

Cargando…
Cancelar
Guardar