1
0
Fork 0
mirror of https://github.com/correl/rebar.git synced 2025-04-08 01:01:06 -09:00

Change console message to debug message (more appropriate)

This commit is contained in:
Dave Smith 2010-06-22 15:42:05 -06:00
parent 6ed20c95ba
commit c2b58ac62f

View file

@ -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,