summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/rabbit_fifo.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_fifo.erl b/src/rabbit_fifo.erl
index 231ecf42c6..274a196bc7 100644
--- a/src/rabbit_fifo.erl
+++ b/src/rabbit_fifo.erl
@@ -287,7 +287,7 @@ apply(#{from := From} = Meta, #checkout{spec = {dequeue, Settlement},
case Msg of
{RaftIdx, {Header, 'empty'}} ->
%% TODO add here new log effect with reply
- {State, '$ra_no_return',
+ {State, '$ra_no_reply',
reply_log_effect(RaftIdx, MsgId, Header, Ready - 1, From)};
_ ->
{State, {dequeue, {MsgId, Msg}, Ready-1}, Effects}