Просмотр исходного кода

Add missing newline in port_compiler debug msg

pull/3/head
Tuncer Ayaz 14 лет назад
Родитель
Сommit
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.

Загрузка…
Отмена
Сохранить