diff options
Diffstat (limited to 'src/rabbit.erl')
| -rw-r--r-- | src/rabbit.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl index 4e027ca824..b859c4affa 100644 --- a/src/rabbit.erl +++ b/src/rabbit.erl @@ -150,6 +150,7 @@ start(normal, []) -> ok = start_child(rabbit_router), ok = start_child(rabbit_node_monitor), ok = start_child(rabbit_guid), + %% TODO - this should probably use start_child somehow too ok = rabbit_queue_index:start_msg_store() end}, {"recovery", |
