summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_alarm.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_alarm.erl b/src/rabbit_alarm.erl
index 9e18908b6c..ce3893240e 100644
--- a/src/rabbit_alarm.erl
+++ b/src/rabbit_alarm.erl
@@ -223,7 +223,7 @@ maybe_alert(UpdateFun, Node, Source, WasAlertAdded,
StillHasAlerts = lists:any(fun ({_Node, NodeAlerts}) -> lists:member(Source, NodeAlerts) end, dict:to_list(AN1)),
case StillHasAlerts of
true -> ok;
- false -> rabbit_log:warning("~s resource limit alarm cleared from the whole cluster~n", [Source])
+ false -> rabbit_log:warning("~s resource limit alarm cleared across the cluster~n", [Source])
end,
Alert = {WasAlertAdded, StillHasAlerts, Node},
case node() of