Skip to content

Commit

Permalink
storage: use leo_storage_handler_object:delete/4 in leo_storage_mq for
Browse files Browse the repository at this point in the history
  • Loading branch information
mocchira committed Apr 21, 2017
1 parent a68ff10 commit b8323ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/leo_storage/src/leo_storage_mq.erl
Original file line number Diff line number Diff line change
Expand Up @@ -349,7 +349,7 @@ handle_call({consume, ?QUEUE_ID_ASYNC_DELETION, MessageBin}) ->
clock = leo_date:clock(),
timestamp = leo_date:now(),
del = ?DEL_TRUE
}, 0, false) of
}, 0, false, leo_mq) of
ok ->
ok;
{_, Cause} ->
Expand Down

0 comments on commit b8323ac

Please sign in to comment.