Skip to content

Commit 6517f6b

Browse files
...
1 parent 3f93467 commit 6517f6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cluster.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1387,8 +1387,8 @@ end
13871387
function init_bind_addr()
13881388
opts = JLOptions()
13891389
if opts.bindto != C_NULL
1390-
@info "A1: $(opts.bindto)"
13911390
bind_to = split(unsafe_string(opts.bindto), ":")
1391+
@info "A1: $bind_to"
13921392
bind_addr = string(parse(IPAddr, bind_to[1]))
13931393
if length(bind_to) > 1
13941394
bind_port = parse(Int,bind_to[2])

0 commit comments

Comments
 (0)