mirror of
https://github.com/correl/rebar.git
synced 2024-11-23 19:19:54 +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 ->
|
||||
ok;
|
||||
false ->
|
||||
?CONSOLE("Skipping eunit on app ~p\n", [ThisApp]),
|
||||
?DEBUG("Skipping eunit on app: ~p\n", [ThisApp]),
|
||||
throw(ok)
|
||||
end,
|
||||
|
||||
|
|
Loading…
Reference in a new issue