瀏覽代碼

Add missing newline in port_compiler debug msg

pull/3/head
Tuncer Ayaz 14 年之前
父節點
當前提交
f51e3df3b9
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      src/rebar_port_compiler.erl

+ 1
- 1
src/rebar_port_compiler.erl 查看文件

@ -249,7 +249,7 @@ needs_link(SoName, NewBins) ->
?DEBUG("Last mod is 0 on ~s\n", [SoName]),
true;
Other ->
?DEBUG("Checking ~p >= ~p", [MaxLastMod, Other]),
?DEBUG("Checking ~p >= ~p\n", [MaxLastMod, Other]),
MaxLastMod >= Other
end.

Loading…
取消
儲存