diff options
Diffstat (limited to 'src/rebar_port_compiler.erl')
-rw-r--r-- | src/rebar_port_compiler.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rebar_port_compiler.erl b/src/rebar_port_compiler.erl index 57df199..32a9015 100644 --- a/src/rebar_port_compiler.erl +++ b/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. |