mirror of
https://github.com/correl/rebar.git
synced 2024-11-24 03:00:14 +00:00
Change console message to debug message (more appropriate)
This commit is contained in:
parent
6ed20c95ba
commit
c2b58ac62f
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ eunit(Config, AppFile) ->
|
||||||
true ->
|
true ->
|
||||||
ok;
|
ok;
|
||||||
false ->
|
false ->
|
||||||
?CONSOLE("Skipping eunit on app ~p\n", [ThisApp]),
|
?DEBUG("Skipping eunit on app: ~p\n", [ThisApp]),
|
||||||
throw(ok)
|
throw(ok)
|
||||||
end,
|
end,
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue