summaryrefslogtreecommitdiff
path: root/src/rebar_prv_state.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_prv_state.erl')
-rw-r--r--src/rebar_prv_state.erl2
1 files changed, 1 insertions, 1 deletions
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().