Skip to content

Commit

Permalink
Add missing newline in port_compiler debug msg
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuncer Ayaz committed Apr 28, 2011
1 parent 61c564b commit f51e3df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rebar_port_compiler.erl
Expand Up @@ -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.

Expand Down

0 comments on commit f51e3df

Please sign in to comment.