瀏覽代碼

Fix #49, badmatch in trace_file/3

pull/51/head
Andrew Thompson 13 年之前
父節點
當前提交
f4ebe1fc96
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/lager.erl

+ 1
- 1
src/lager.erl 查看文件

@ -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

Loading…
取消
儲存