From b4c840b2fd91a86453d1b34a367bdb83e7cc1207 Mon Sep 17 00:00:00 2001 From: Tristan Sloughter Date: Sat, 19 Sep 2015 11:27:08 -0500 Subject: add DEBUG statement of the command sequence that'll be run --- src/rebar_core.erl | 1 + 1 file changed, 1 insertion(+) 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 -- cgit v1.1