This message arguably belongs to the channel category

Since it documents something that happens to channels.
There are other messages that document the fact that
this connection is being closed.
This commit is contained in:
Michael Klishin 2021-03-11 08:19:24 +03:00
parent d7e1336741
commit cca6b22720
No known key found for this signature in database
GPG Key ID: E80EDCFA0CDB21EE
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ handle_cast({connection_closed, ConnDetails}) ->
case pget(node, ConnDetails) of case pget(node, ConnDetails) of
ThisNode -> ThisNode ->
TrackedChs = get_tracked_channels_by_connection_pid(ConnPid), TrackedChs = get_tracked_channels_by_connection_pid(ConnPid),
rabbit_log_connection:info( rabbit_log_channel:info(
"Closing all channels from connection '~s' " "Closing all channels from connection '~s' "
"because it has been closed", [pget(name, ConnDetails)]), "because it has been closed", [pget(name, ConnDetails)]),
%% Shutting down channels will take care of unregistering the %% Shutting down channels will take care of unregistering the