Skip to content

Commit

Permalink
Fix cherry-pick build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ansd committed Aug 25, 2023
1 parent 3d7e449 commit 84a84c7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion deps/rabbitmq_amqp1_0/src/rabbit_amqp1_0_session.erl
Original file line number Diff line number Diff line change
Expand Up @@ -950,7 +950,8 @@ handle_deliver(ConsumerTag, AckRequired,
batchable = false},
Mc1 = mc:convert(mc_amqp, Mc0),
Mc = mc:set_annotation(redelivered, Redelivered, Mc1),
Sections = mc:serialize(Mc),
Sections0 = mc:protocol_state(Mc),
Sections = mc_amqp:serialize(Sections0),
?DEBUG("Outbound content:~n ~tp",
[[amqp10_framing:pprint(Section) ||
Section <- amqp10_framing:decode_bin(iolist_to_binary(Sections))]]),
Expand Down

0 comments on commit 84a84c7

Please sign in to comment.