We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbf4e8 commit fa7f2fcCopy full SHA for fa7f2fc
deps/rabbitmq_cli/lib/rabbitmq/cli/core/distribution.ex
@@ -92,7 +92,7 @@ defmodule RabbitMQ.CLI.Core.Distribution do
92
{:ok, pid}
93
94
{:error, reason} = error ->
95
- :io.format(:standard_error, "Distribution.start error = ~p~n", [error])
+ :io.format(:standard_error, "Distribution.start error = ~p~napplications: ~p~n", [error, :application.which_applications()])
96
start(node_name_type, attempts - 1, reason)
97
end
98
0 commit comments