summaryrefslogtreecommitdiff
path: root/src/rebar_log.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_log.erl')
-rw-r--r--src/rebar_log.erl4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rebar_log.erl b/src/rebar_log.erl
index 81a2d6c..787e5bc 100644
--- a/src/rebar_log.erl
+++ b/src/rebar_log.erl
@@ -62,8 +62,8 @@ log(Level, Str, Args) ->
error_level() -> ?ERROR_LEVEL.
default_level() -> ?INFO_LEVEL.
-is_verbose(Config) ->
- rebar_config:get_xconf(Config, is_verbose, false).
+is_verbose(State) ->
+ rebar_state:get(State, is_verbose, false).
%% ===================================================================
%% Internal functions