diff options
| -rw-r--r-- | src/rabbit_disk_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_disk_queue.erl b/src/rabbit_disk_queue.erl index 6374fc6fe2..0dcbb5ae00 100644 --- a/src/rabbit_disk_queue.erl +++ b/src/rabbit_disk_queue.erl @@ -775,7 +775,7 @@ internal_read_message(Q, ReadSeqId, FakeDeliver, ReadMsg, State) -> %% it's not in the cache and we only %% have 1 queue with the message. So %% don't bother putting it in the - %% queue. + %% cache. ok; _ -> insert_into_cache(Message, BodySize, State1) end, |
