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
commitf34e0da9b6ddc9948820b90fdad3c9c9e8b29920 (patch)
tree2970e04fc4210e76702ff2cd86a04c10ac4524a8
parent150fbb73d78d7eae9e57b87601856db0a9abfe0b (diff)
downloadrabbitmq-server-git-f34e0da9b6ddc9948820b90fdad3c9c9e8b29920.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 6cfa5fa963..f330512713 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(),