summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-02-02 14:20:34 +0000
committerSimon MacMullen <simon@rabbitmq.com>2012-02-02 14:20:34 +0000
commit3baa52f36bd956cf1ce11ced8e18b7d28ef23eb3 (patch)
tree2970e04fc4210e76702ff2cd86a04c10ac4524a8
parente299e2a17188948c5878e787cfb3bd740650d505 (diff)
downloadrabbitmq-server-3baa52f36bd956cf1ce11ced8e18b7d28ef23eb3.tar.gz
"to contact" isn't correct in the duplicate check case.
-rw-r--r--src/rabbit_nodes.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_nodes.erl b/src/rabbit_nodes.erl
index 6cfa5fa9..f3305127 100644
--- a/src/rabbit_nodes.erl
+++ b/src/rabbit_nodes.erl
@@ -50,7 +50,7 @@ diagnostics(Nodes) ->
Hosts = lists:usort([element(2, rabbit_misc:nodeparts(Node)) ||
Node <- Nodes]),
NodeDiags = [{"~nDIAGNOSTICS~n===========~n~n"
- "nodes to contact: ~p~n~n"
+ "nodes in question: ~p~n~n"
"hosts, their running nodes and ports:", [Nodes]}] ++
[diagnostics_host(Host) || Host <- Hosts] ++
diagnostics0(),