This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Add missing newline in port_compiler debug msg
pull/3/head
Tuncer Ayaz
14 years ago
parent
61c564bf72
commit
f51e3df3b9
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
.
Write
Preview
Loading…
Cancel
Save