diff options
| author | Matthew Sackman <matthew@lshift.net> | 2009-06-18 16:52:03 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@lshift.net> | 2009-06-18 16:52:03 +0100 |
| commit | 3d4e44e5a7cca75ce09c1bfa86d5eccd271f37ce (patch) | |
| tree | 4c3fed31b391848171e8c8bf528bfdb771335435 | |
| parent | 2c635d61153bc3d5a6c953dc8c632129babbdc8b (diff) | |
| download | rabbitmq-server-git-3d4e44e5a7cca75ce09c1bfa86d5eccd271f37ce.tar.gz | |
cosmetic
| -rw-r--r-- | src/rabbit_mixed_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_mixed_queue.erl b/src/rabbit_mixed_queue.erl index e7ac171c6a..1793b6359d 100644 --- a/src/rabbit_mixed_queue.erl +++ b/src/rabbit_mixed_queue.erl @@ -239,7 +239,7 @@ deliver(State = #mqstate { mode = disk, queue = Q, is_durable = IsDurable, deliver(State = #mqstate { mode = mixed, queue = Q, is_durable = IsDurable, msg_buf = MsgBuf, length = Length }) -> {{value, {Msg = #basic_message { guid = MsgId, - is_persistent = IsPersistent }, + is_persistent = IsPersistent }, IsDelivered, OnDisk}}, MsgBuf1} = queue:out(MsgBuf), AckTag = |
