浏览代码

Change console message to debug message (more appropriate)

pull/3/head
Dave Smith 15 年前
父节点
当前提交
c2b58ac62f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_eunit.erl

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

@ -63,7 +63,7 @@ eunit(Config, AppFile) ->
true ->
ok;
false ->
?CONSOLE("Skipping eunit on app ~p\n", [ThisApp]),
?DEBUG("Skipping eunit on app: ~p\n", [ThisApp]),
throw(ok)
end,

正在加载...
取消
保存