diff options
author | Simon MacMullen <simon@rabbitmq.com> | 2014-03-12 14:15:57 +0000 |
---|---|---|
committer | Simon MacMullen <simon@rabbitmq.com> | 2014-03-12 14:15:57 +0000 |
commit | 595b21020fff820b09c195c65db8f7b2ad760969 (patch) | |
tree | a3a61476acd23c85397d4df87feb71c5cdd94c30 /src/rabbit_nodes.erl | |
parent | 791fa42847231c56686851844c1eaef5843435a0 (diff) | |
download | rabbitmq-server-595b21020fff820b09c195c65db8f7b2ad760969.tar.gz |
Irritatingly I can't find a way to figure out the difference between these programmatically.
Diffstat (limited to 'src/rabbit_nodes.erl')
-rw-r--r-- | src/rabbit_nodes.erl | 1 |
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" |