diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2015-05-20 18:04:07 -0700 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2015-05-20 18:04:07 -0700 |
| commit | ca1e4ac3873a370efed7819384c7ad41529fd57c (patch) | |
| tree | 0cd94610daa13599f8e32ac0a6442d2e0cac83a0 /src | |
| parent | ec12f616ef026f881495f24ffc10d77ada403a3a (diff) | |
| parent | 79da7e3a17b07425797acbb5dfd76821799c6b69 (diff) | |
| download | rabbitmq-server-git-ca1e4ac3873a370efed7819384c7ad41529fd57c.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_nodes.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit_nodes.erl b/src/rabbit_nodes.erl index bbe0d35719..245c0acf6a 100644 --- a/src/rabbit_nodes.erl +++ b/src/rabbit_nodes.erl @@ -137,7 +137,8 @@ dist_broken_diagnostics(Name, Host, NamePorts) -> [{" * TCP connection succeeded but Erlang distribution " "failed~n" " * suggestion: hostname mismatch?~n" - " * suggestion: is the cookie set correctly?", []}]; + " * suggestion: is the cookie set correctly?~n" + " * suggestion: is the Erlang distribution using TLS?", []}]; {error, Reason} -> [{" * can't establish TCP connection, reason: ~s~n" " * suggestion: blocked by firewall?", |
