Skip to content

Commit a188fbc

Browse files
Log message wording for #10444
1 parent 0683c4c commit a188fbc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/src/rabbit_channel.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2783,12 +2783,12 @@ evaluate_consumer_timeout1(PA = #pending_ack{delivered_at = Time},
27832783
handle_consumer_timed_out(Timeout,#pending_ack{delivery_tag = DeliveryTag, tag = ConsumerTag, queue = QName},
27842784
State = #ch{cfg = #conf{channel = Channel}}) ->
27852785
rabbit_log_channel:warning("Consumer '~ts' on channel ~w and ~ts has timed out "
2786-
"waiting for ~ts delivery acknowledgement. Timeout used: ~tp ms. "
2786+
"waiting for a consumer acknowledgement of a delivery with delivery tag = ~b. Timeout used: ~tp ms. "
27872787
"This timeout value can be configured, see consumers doc guide to learn more",
27882788
[ConsumerTag,
27892789
Channel,
27902790
rabbit_misc:rs(QName),
2791-
rabbit_data_coercion:to_binary(DeliveryTag), Timeout]),
2791+
DeliveryTag, Timeout]),
27922792
Ex = rabbit_misc:amqp_error(precondition_failed,
27932793
"delivery acknowledgement on channel ~w timed out. "
27942794
"Timeout value used: ~tp ms. "

0 commit comments

Comments
 (0)