Browse Source

Add missing newline in port_compiler debug msg

pull/3/head
Tuncer Ayaz 14 years ago
parent
commit
f51e3df3b9
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/rebar_port_compiler.erl

+ 1
- 1
src/rebar_port_compiler.erl View File

@ -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…
Cancel
Save