summaryrefslogtreecommitdiff
path: root/deps/amqp_client/src/amqp_channels_manager.erl
diff options
context:
space:
mode:
Diffstat (limited to 'deps/amqp_client/src/amqp_channels_manager.erl')
-rw-r--r--deps/amqp_client/src/amqp_channels_manager.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/deps/amqp_client/src/amqp_channels_manager.erl b/deps/amqp_client/src/amqp_channels_manager.erl
index 9a45497ed6..c435ba6502 100644
--- a/deps/amqp_client/src/amqp_channels_manager.erl
+++ b/deps/amqp_client/src/amqp_channels_manager.erl
@@ -203,7 +203,7 @@ internal_pass_frame(Number, Frame, State) ->
case internal_lookup_npa(Number, State) of
undefined ->
?LOG_INFO("Dropping frame ~p for invalid or closed "
- "channel number ~p~n", [Frame, Number]),
+ "channel number ~p", [Frame, Number]),
State;
{ChPid, AState} ->
NewAState = process_channel_frame(Frame, Number, ChPid, AState),