summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorFred Hebert <mononcqc@ferd.ca>2015-09-20 21:53:09 -0400
committerFred Hebert <mononcqc@ferd.ca>2015-09-20 21:53:09 -0400
commitf7073eaf9bc49606f4f9f2599c1c95b0446ca1d8 (patch)
tree72e9a5b3c3b0db984f307c2b92b054ab0ae6b656 /src
parent5159939b0b59360bab5d9874bfd10d409aa947b4 (diff)
parenta58ef016b1f2afbb3c3bbe5ceb576f20b517d9e4 (diff)
Merge pull request #824 from tsloughter/upgrade_source
include source the app is being ugpraded to, like with fetching, in info
Diffstat (limited to 'src')
-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