浏览代码

Use -include instead of -include_lib

As the include file is located in the same application, using
-include instead of -include_lib removes the need for the
code directory to be called "lager" or "lager-VSN".
pull/82/head
Magnus Henoch 12 年前
父节点
当前提交
0fda333cbf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/lager_default_formatter.erl

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

@ -19,7 +19,7 @@
%% %%
%% Include files %% Include files
%% %%
-include_lib("lager/include/lager.hrl").
-include("lager.hrl").
-ifdef(TEST). -ifdef(TEST).
-include_lib("eunit/include/eunit.hrl"). -include_lib("eunit/include/eunit.hrl").
-endif. -endif.

正在加载...
取消
保存