Skip to content

Commit fa7f2fc

Browse files
committed
cli
1 parent bcbf4e8 commit fa7f2fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_cli/lib/rabbitmq/cli/core/distribution.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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~n", [error])
95+
:io.format(:standard_error, "Distribution.start error = ~p~napplications: ~p~n", [error, :application.which_applications()])
9696
start(node_name_type, attempts - 1, reason)
9797
end
9898
end

0 commit comments

Comments
 (0)