diff --git a/src/rebar_eunit.erl b/src/rebar_eunit.erl index e302481..7bac46a 100644 --- a/src/rebar_eunit.erl +++ b/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,