diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2018-08-15 20:08:59 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2018-08-15 20:08:59 +0300 |
| commit | 274426ae9af286bfdd59d920565f96f459b7fe44 (patch) | |
| tree | 262c97f4c9220fd918ab972ac5cf4bdc27c3503a /src | |
| parent | 4f18eb728588651d616a19f2cedaaf861aab3a5b (diff) | |
| download | rabbitmq-server-git-274426ae9af286bfdd59d920565f96f459b7fe44.tar.gz | |
A more precise comment
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_reader.erl | 2 |
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}}) -> |
