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,