diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2012-09-26 20:26:27 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2012-09-26 20:26:27 +0100 |
| commit | 4fd6cabef0fb6ae6ab47b9039c5ffc73a2897f7c (patch) | |
| tree | 7c0b438c1e45939cf9b52d6fa480985604da43a2 /src | |
| parent | b77710749b536980d7530680c6605830047b8ab1 (diff) | |
| download | rabbitmq-server-git-4fd6cabef0fb6ae6ab47b9039c5ffc73a2897f7c.tar.gz | |
correct comment following removal of 'immediate'
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_slave.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_mirror_queue_slave.erl b/src/rabbit_mirror_queue_slave.erl index 039b274908..625bcdffba 100644 --- a/src/rabbit_mirror_queue_slave.erl +++ b/src/rabbit_mirror_queue_slave.erl @@ -457,8 +457,7 @@ promote_me(From, #state { q = Q = #amqqueue { name = QName }, ok = rabbit_mirror_queue_coordinator:ensure_monitoring(CPid, MPids), %% We find all the messages that we've received from channels but - %% not from gm, and if they're due to be enqueued on promotion - %% then we pass them to the + %% not from gm, and pass them to the %% queue_process:init_with_backing_queue_state to be enqueued. %% %% We also have to requeue messages which are pending acks: the |
