diff options
author | Tristan Sloughter <t@crashfast.com> | 2014-08-23 15:57:20 -0500 |
---|---|---|
committer | Tristan Sloughter <t@crashfast.com> | 2014-08-23 15:57:20 -0500 |
commit | c172a8aaf9b310b3303b704739675bd69bb0b295 (patch) | |
tree | 78a758c89e2a0c800621fab1b7f2772c91fc7db2 /src | |
parent | ae55c39c966abd7fb2cb87b60d5e00867d81e8bc (diff) |
fix fetch name log
Diffstat (limited to 'src')
-rw-r--r-- | src/rebar_prv_deps.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_prv_deps.erl b/src/rebar_prv_deps.erl index 3806faf..4d72133 100644 --- a/src/rebar_prv_deps.erl +++ b/src/rebar_prv_deps.erl @@ -152,7 +152,7 @@ download_missing_deps(State, DepsDir, Found, Unbuilt, Deps) -> true -> ok; false -> - ?INFO("Fetching ~s ~s~n", [element(1, DepSource) + ?INFO("Fetching ~s ~s~n", [DepName ,element(2, DepSource)]), rebar_fetch:download_source(TargetDir, DepSource), case rebar_app_discover:find_unbuilt_apps([TargetDir]) of |