Skip to content

Commit 0302a0c

Browse files
A typo
1 parent 274426a commit 0302a0c

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
@@ -435,7 +435,7 @@ log_connection_exception(Severity, Name, {handshake_error, tuning, _Channel,
435435
{exit, #amqp_error{explanation = Explanation},
436436
_Method, _Stacktrace}}) ->
437437
log_connection_exception_with_severity(Severity,
438-
"closing AMQP connection ~p (~s):~nfailed to negotiation connection parameters: ~s~n",
438+
"closing AMQP connection ~p (~s):~nfailed to negotiate connection parameters: ~s~n",
439439
[self(), Name, Explanation]);
440440
%% old exception structure
441441
log_connection_exception(Severity, Name, connection_closed_abruptly) ->

0 commit comments

Comments
 (0)