浏览代码

fix fetch name log

pull/3/head
Tristan Sloughter 10 年前
父节点
当前提交
c172a8aaf9
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      src/rebar_prv_deps.erl

+ 1
- 1
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

正在加载...
取消
保存