Skip to content

Commit 8d0a486

Browse files
committed
Fix compiler warning in rabbit_node_monitor.erl
1 parent 6de8f25 commit 8d0a486

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_node_monitor.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,7 @@ handle_cast({joined_cluster, Node, NodeType}, State) ->
534534
ram -> DiscNodes
535535
end,
536536
RunningNodes}),
537-
rabbit_log:debug("Node '~p' has joined the cluster", [Node]),
537+
_ = rabbit_log:debug("Node '~p' has joined the cluster", [Node]),
538538
rabbit_event:notify(node_added, [{node, Node}]),
539539
{noreply, State};
540540

0 commit comments

Comments
 (0)