summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Sloughter <t@crashfast.com>2015-09-20 20:46:54 -0500
committerTristan Sloughter <t@crashfast.com>2015-09-20 20:48:09 -0500
commita58ef016b1f2afbb3c3bbe5ceb576f20b517d9e4 (patch)
tree72e9a5b3c3b0db984f307c2b92b054ab0ae6b656
parent5159939b0b59360bab5d9874bfd10d409aa947b4 (diff)
include source the app is being ugpraded to, like with fetching, in info
-rw-r--r--src/rebar_prv_install_deps.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_install_deps.erl b/src/rebar_prv_install_deps.erl
index b6b36e2..118d799 100644
--- a/src/rebar_prv_install_deps.erl
+++ b/src/rebar_prv_install_deps.erl
@@ -370,7 +370,7 @@ maybe_upgrade(AppInfo, AppDir, Upgrade, State) ->
true ->
case rebar_fetch:needs_update(AppDir, Source, State) of
true ->
- ?INFO("Upgrading ~s", [rebar_app_info:name(AppInfo)]),
+ ?INFO("Upgrading ~s (~p)", [rebar_app_info:name(AppInfo), rebar_app_info:source(AppInfo)]),
true = rebar_fetch:download_source(AppDir, Source, State);
false ->
case Upgrade of