summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-09-19 11:27:08 -0500
committerTristan Sloughter <t@crashfast.com>2015-09-19 11:27:08 -0500
commitb4c840b2fd91a86453d1b34a367bdb83e7cc1207 (patch)
tree75217f59ab8c2ee36adf7f14a609a573a23b2701 /src
parent791b5670eeb92956d507e169ad056b6e891ec5c2 (diff)
add DEBUG statement of the command sequence that'll be run
Diffstat (limited to 'src')
-rw-r--r--src/rebar_core.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_core.erl b/src/rebar_core.erl
index ba82a59..da8c3e6 100644
--- a/src/rebar_core.erl
+++ b/src/rebar_core.erl
@@ -68,6 +68,7 @@ process_command(State, Command) ->
Namespace = rebar_state:namespace(State),
TargetProviders = providers:get_target_providers(Command, Providers, Namespace),
CommandProvider = providers:get_provider(Command, Providers, Namespace),
+ ?DEBUG("Expanded command sequence to be run: ~p", [TargetProviders]),
case CommandProvider of
not_found when Command =/= do ->
case Namespace of