Skip to content

Commit 0222895

Browse files
author
Alexandru Scvortov
committed
fix warnings
1 parent 6cb8a0b commit 0222895

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit_mnesia.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ cluster(ClusterNodes, Force) ->
122122

123123
case not Force andalso is_only_disc_node(node(), false) andalso
124124
not should_be_disc_node(ClusterNodes) of
125-
true -> log_both("last disc node leaving cluster");
125+
true -> log_both("last running disc node leaving cluster");
126126
_ -> ok
127127
end,
128128

@@ -765,7 +765,7 @@ on_node_up(Node) ->
765765
on_node_down(Node) ->
766766
case is_only_disc_node(Node, true) of
767767
true -> rabbit_misc:with_local_io(
768-
fun () -> rabbit_log:info("only disc running node "
768+
fun () -> rabbit_log:info("only running disc node "
769769
"went down~n")
770770
end);
771771
false -> ok

0 commit comments

Comments
 (0)