summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_nodes.erl1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_nodes.erl b/src/rabbit_nodes.erl
index 28fcaa52..c66d42da 100644
--- a/src/rabbit_nodes.erl
+++ b/src/rabbit_nodes.erl
@@ -101,6 +101,7 @@ diagnostics_node0(Name, Host, NamePorts) ->
case diagnose_connect(Host, Port) of
ok ->
[{" * TCP connection succeeded~n"
+ " * suggestion: hostname mismatch?~n"
" * suggestion: is the cookie set correctly?", []}];
{error, Reason} ->
[{" * can't establish TCP connection, reason: ~s~n"