summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2018-08-15 20:08:59 +0300
committerMichael Klishin <mklishin@pivotal.io>2018-08-15 20:08:59 +0300
commit274426ae9af286bfdd59d920565f96f459b7fe44 (patch)
tree262c97f4c9220fd918ab972ac5cf4bdc27c3503a /src
parent4f18eb728588651d616a19f2cedaaf861aab3a5b (diff)
downloadrabbitmq-server-git-274426ae9af286bfdd59d920565f96f459b7fe44.tar.gz
A more precise comment
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_reader.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_reader.erl b/src/rabbit_reader.erl
index 967e86d6b4..0342eab068 100644
--- a/src/rabbit_reader.erl
+++ b/src/rabbit_reader.erl
@@ -430,7 +430,7 @@ log_connection_exception(Severity, Name, {connection_closed_abruptly, _}) ->
log_connection_exception_with_severity(Severity,
"closing AMQP connection ~p (~s):~nclient unexpectedly closed TCP connection~n",
[self(), Name]);
-%% e.g. failed parameter negotiations
+%% failed connection.tune negotiations
log_connection_exception(Severity, Name, {handshake_error, tuning, _Channel,
{exit, #amqp_error{explanation = Explanation},
_Method, _Stacktrace}}) ->