diff --git a/src/cluster.jl b/src/cluster.jl index dd27fa6e62b8d5..6b7545bed4f2a8 100644 --- a/src/cluster.jl +++ b/src/cluster.jl @@ -206,7 +206,7 @@ function start_worker(out::IO, cookie::AbstractString=readline(stdin)) process_messages(client, client, true) end print(out, "julia_worker:") # print header - print(out, "$(dec(LPROC.bind_port))#") # print port + print(out, "$(string(LPROC.bind_port))#") # print port print(out, LPROC.bind_addr) print(out, '\n') flush(out)