Skip to content

Commit

Permalink
log
Browse files Browse the repository at this point in the history
  • Loading branch information
kjnilsson committed Jun 12, 2024
1 parent 1166c62 commit e6f1893
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps/rabbit/src/rabbit_peer_discovery.erl
Original file line number Diff line number Diff line change
Expand Up @@ -203,6 +203,8 @@ sync_desired_cluster(Backend, RetriesLeft, RetryDelay) ->
can_use_discovered_nodes(DiscoveredNodes, NodesAndProps)),
case CanUse of
true ->
?LOG_DEBUG("Selecting from nodes and props ~p",
[NodesAndProps]),
case select_node_to_join(NodesAndProps) of
SelectedNode when SelectedNode =/= false ->
Ret = join_selected_node(
Expand Down

0 comments on commit e6f1893

Please sign in to comment.