File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
deps/rabbitmq_cli/lib/rabbitmq/cli/core Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ defmodule RabbitMQ.CLI.Core.Distribution do
4545
4646 ## EPMD can be stopped. Retry with EPMD
4747 { :error , _ } = error ->
48- :io . format ( :standard_error , "Node.start error = ~p" , [ error ] )
48+ :io . format ( :standard_error , "Node.start error = ~p~n " , [ error ] )
4949 :rabbit_nodes_common . ensure_epmd ( )
5050 Node . start ( node_name , node_name_type )
5151 end
@@ -92,7 +92,7 @@ defmodule RabbitMQ.CLI.Core.Distribution do
9292 { :ok , pid }
9393
9494 { :error , reason } = error ->
95- :io . format ( :standard_error , "Distribution.start error = ~p" , [ error ] )
95+ :io . format ( :standard_error , "Distribution.start error = ~p~n " , [ error ] )
9696 start ( node_name_type , attempts - 1 , reason )
9797 end
9898 end
You can’t perform that action at this time.
0 commit comments