Skip to content

Commit 274426a

Browse files
A more precise comment
1 parent 4f18eb7 commit 274426a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_reader.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ log_connection_exception(Severity, Name, {connection_closed_abruptly, _}) ->
430430
log_connection_exception_with_severity(Severity,
431431
"closing AMQP connection ~p (~s):~nclient unexpectedly closed TCP connection~n",
432432
[self(), Name]);
433-
%% e.g. failed parameter negotiations
433+
%% failed connection.tune negotiations
434434
log_connection_exception(Severity, Name, {handshake_error, tuning, _Channel,
435435
{exit, #amqp_error{explanation = Explanation},
436436
_Method, _Stacktrace}}) ->

0 commit comments

Comments
 (0)