summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rebar_eunit.erl2
1 files changed, 1 insertions, 1 deletions
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,