Make dialyzer happy

This commit is contained in:
Michael Klishin 2025-06-25 16:28:23 +04:00
parent 9bd0731a5a
commit b4a11e61ab
No known key found for this signature in database
GPG Key ID: 16AB14D00D613900
1 changed files with 1 additions and 1 deletions

View File

@ -642,7 +642,7 @@ handle_cast(terminate, State = #ch{cfg = #conf{writer_pid = WriterPid}}) ->
try
ok = rabbit_writer:flush(WriterPid)
catch
Class:Reason ->
_Class:Reason ->
rabbit_log:debug("Failed to flush pending writes on a terminating connection, reason: ~tp", [Reason])
end,
{stop, normal, State};