summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_channel.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_channel.erl b/src/rabbit_channel.erl
index 048254f5e9..cfc3e3ab1f 100644
--- a/src/rabbit_channel.erl
+++ b/src/rabbit_channel.erl
@@ -2719,7 +2719,7 @@ evaluate_consumer_timeout(State0 = #ch{cfg = #conf{channel = Channel,
{value, {_DTag, ConsumerTag, Time, {_QPid, _Msg}}}
when is_integer(Timeout)
andalso Time < Now - Timeout ->
- rabbit_log_channel:info("Consumer ~w on Channel ~w has timed out "
+ rabbit_log_channel:info("Consumer ~s on Channel ~w has timed out "
"waiting on ack",
[rabbit_data_coercion:to_binary(ConsumerTag),
Channel]),