summaryrefslogtreecommitdiff
path: root/src/rebar_core.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/rebar_core.erl')
-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