From 7b4ceecfdbf60be0d341319f4a675f08951fe8c1 Mon Sep 17 00:00:00 2001 From: Serge Aleynikov Date: Sat, 19 Dec 2015 00:14:17 -0500 Subject: Change output to use ?CONSOLE marco --- src/rebar_prv_state.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/rebar_prv_state.erl b/src/rebar_prv_state.erl index 0e2ca21..244e0d0 100644 --- a/src/rebar_prv_state.erl +++ b/src/rebar_prv_state.erl @@ -36,7 +36,7 @@ init(State) -> do(State) -> L = rebar_state:to_list(State), io:put_chars("State:\n"), - [io:format(" ~w: ~p\n", [K, V]) || {K,V} <- L], + [?CONSOLE(" ~w: ~p\n", [K, V]) || {K,V} <- L], {ok, State}. -spec format_error(any()) -> iolist(). -- cgit v1.1