Add missing newline in port_compiler debug msg

This commit is contained in:
Tuncer Ayaz 2011-04-28 18:39:46 +02:00
parent 61c564bf72
commit f51e3df3b9

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.