diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-08-20 14:45:00 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-08-20 14:45:00 +0100 |
| commit | 3d5b0de01b1e79e5f791511255e06b508c94a149 (patch) | |
| tree | b65770cb9abb56fbdd53ff76ea7cb4164005448e /src | |
| parent | c2237b75e9287da70866e51017e9ae72b8ebc510 (diff) | |
| download | rabbitmq-server-git-3d5b0de01b1e79e5f791511255e06b508c94a149.tar.gz | |
This is perhaps more honest; if the queue was transient we will not recover anything and if the queue is mirrored we will restart a slave and then also not recover anything.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_prequeue.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/rabbit_prequeue.erl b/src/rabbit_prequeue.erl index 4f5ce244b2..059297cb05 100644 --- a/src/rabbit_prequeue.erl +++ b/src/rabbit_prequeue.erl @@ -103,8 +103,7 @@ init_non_recovery(Q = #amqqueue{name = QueueName}, Hint) -> rabbit_mirror_queue_slave:init_slave(Q); {crash_restart, Q1} -> rabbit_log:error( - "Recovering persistent messages from crashed ~s.~n", - [rabbit_misc:rs(QueueName)]), + "Restarting crashed ~s.~n", [rabbit_misc:rs(QueueName)]), Self = self(), rabbit_misc:execute_mnesia_transaction( fun () -> |
