mirror of
https://github.com/correl/rebar.git
synced 2024-12-18 11:06:20 +00:00
Add missing newline in port_compiler debug msg
This commit is contained in:
parent
61c564bf72
commit
f51e3df3b9
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue