diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2011-03-04 18:30:06 +0000 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2011-03-04 18:30:06 +0000 |
| commit | 8a79fec59355e550b9d9f7fdfad8a186f16482b6 (patch) | |
| tree | 348e6ebdc9a3afae62c7ad848c2f2ef347e4607c /src | |
| parent | bd56dff973b5d9141d98919062c277be22e3198b (diff) | |
| download | rabbitmq-server-git-8a79fec59355e550b9d9f7fdfad8a186f16482b6.tar.gz | |
guid -> msg_id
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_backing_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl index 6a21e10fd3..03c1fdd1b9 100644 --- a/src/rabbit_backing_queue.erl +++ b/src/rabbit_backing_queue.erl @@ -62,7 +62,7 @@ behaviour_info(callbacks) -> {fetch, 2}, %% Acktags supplied are for messages which can now be forgotten - %% about. Must return 1 guid per Ack, in the same order as Acks. + %% about. Must return 1 msg_id per Ack, in the same order as Acks. {ack, 2}, %% A publish, but in the context of a transaction. |
