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 6cb8a0b commit 0222895Copy full SHA for 0222895
src/rabbit_mnesia.erl
@@ -122,7 +122,7 @@ cluster(ClusterNodes, Force) ->
122
123
case not Force andalso is_only_disc_node(node(), false) andalso
124
not should_be_disc_node(ClusterNodes) of
125
- true -> log_both("last disc node leaving cluster");
+ true -> log_both("last running disc node leaving cluster");
126
_ -> ok
127
end,
128
@@ -765,7 +765,7 @@ on_node_up(Node) ->
765
on_node_down(Node) ->
766
case is_only_disc_node(Node, true) of
767
true -> rabbit_misc:with_local_io(
768
- fun () -> rabbit_log:info("only disc running node "
+ fun () -> rabbit_log:info("only running disc node "
769
"went down~n")
770
end);
771
false -> ok
0 commit comments