diff options
| author | kjnilsson <knilsson@pivotal.io> | 2019-05-01 14:28:27 +0100 |
|---|---|---|
| committer | kjnilsson <knilsson@pivotal.io> | 2019-05-01 14:28:27 +0100 |
| commit | 3a60fafb0892378d83d2181b1aa7e312f214544f (patch) | |
| tree | d8de8843244e002ec5c122ea265c316b8d07cbc1 /src | |
| parent | 9933cc44876cd5b277a0ecf3c7a2e31f636384c7 (diff) | |
| download | rabbitmq-server-git-3a60fafb0892378d83d2181b1aa7e312f214544f.tar.gz | |
formatting
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_channel.erl | 2 |
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]), |
