Skip to content

Commit

Permalink
oops, fix parameter ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Ayanda-D committed Oct 9, 2023
1 parent bc1af7c commit 6e5ad7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/rabbit/src/rabbit_node_monitor.erl
Original file line number Diff line number Diff line change
Expand Up @@ -1017,4 +1017,4 @@ startup_log([], PartitionHandling) ->
rabbit_log:info("Starting rabbit_node_monitor (in ~tp mode)", [PartitionHandling]);
startup_log(Nodes, PartitionHandling) ->
rabbit_log:info("Starting rabbit_node_monitor (in ~tp mode), might be partitioned from ~tp",
[Nodes, PartitionHandling]).
[PartitionHandling, Nodes]).

0 comments on commit 6e5ad7d

Please sign in to comment.