diff options
-rw-r--r-- | src/rebar_prv_install_deps.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rebar_prv_install_deps.erl b/src/rebar_prv_install_deps.erl index 1be094c..9a3703c 100644 --- a/src/rebar_prv_install_deps.erl +++ b/src/rebar_prv_install_deps.erl @@ -65,6 +65,7 @@ init(State) -> -spec do(rebar_state:t()) -> {ok, rebar_state:t()} | {error, string()}. do(State) -> + ?INFO("Verifying dependencies...", []), Profile = rebar_state:current_profile(State), ProjectApps = rebar_state:project_apps(State), try |