Skip to content

Commit

Permalink
REvert last change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Jul 29, 2024
1 parent 23ffdfd commit 1453cbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deps/amqp10_client/src/amqp10_client_session.erl
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ begin_sent(cast, #'v1_0.begin'{remote_channel = {ushort, RemoteChannel},
incoming_window = {uint, InWindow},
outgoing_window = {uint, OutWindow}},
#state{early_attach_requests = EARs} = State) ->
logger:warning("begin_sent send-attach "),
logger:warning("begin_sent send-attach "),
State1 = State#state{remote_channel = RemoteChannel},
State2 = lists:foldr(fun({From, Attach}, S) ->
logger:warning("begin_sent send-attach ~tp", [Attach]),
Expand Down

0 comments on commit 1453cbd

Please sign in to comment.