Преглед изворни кода

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,

Loading…
Откажи
Сачувај