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:
parent
d7e1336741
commit
cca6b22720
|
@ -99,7 +99,7 @@ handle_cast({connection_closed, ConnDetails}) ->
|
|||
case pget(node, ConnDetails) of
|
||||
ThisNode ->
|
||||
TrackedChs = get_tracked_channels_by_connection_pid(ConnPid),
|
||||
rabbit_log_connection:info(
|
||||
rabbit_log_channel:info(
|
||||
"Closing all channels from connection '~s' "
|
||||
"because it has been closed", [pget(name, ConnDetails)]),
|
||||
%% Shutting down channels will take care of unregistering the
|
||||
|
|
Loading…
Reference in New Issue