Explorar el Código

Fix #49, badmatch in trace_file/3

pull/51/head
Andrew Thompson hace 13 años
padre
commit
f4ebe1fc96
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      src/lager.erl

+ 1
- 1
src/lager.erl Ver fichero

@ -134,7 +134,7 @@ trace_file(File, Filter, Level) ->
ok
end,
case Res of
{ok, _} ->
ok ->
%% install the trace.
{MinLevel, Traces} = lager_mochiglobal:get(loglevel),
case lists:member(Trace, Traces) of

Cargando…
Cancelar
Guardar