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 | d80d4bfd791f9aeb80d4d876b7b9fbb29d85ed60 (patch) | |
| tree | a3a61476acd23c85397d4df87feb71c5cdd94c30 /src | |
| parent | 3008f907568cd3441b0013b33f0366612e3c2e5a (diff) | |
| download | rabbitmq-server-git-d80d4bfd791f9aeb80d4d876b7b9fbb29d85ed60.tar.gz | |
Irritatingly I can't find a way to figure out the difference between these programmatically.
Diffstat (limited to 'src')
| -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 28fcaa521f..c66d42dafd 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" |
