diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-07-06 15:11:56 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-07-06 15:11:56 +0300 |
| commit | ae34b344e4ebc904094be518c988098eed66ba62 (patch) | |
| tree | 30e3c3585f4bb97c724606633d8e3b7af70b9c83 /src | |
| parent | 4893d43ebf26841cdd90076d2968f62bf1e8835c (diff) | |
| download | rabbitmq-server-git-ae34b344e4ebc904094be518c988098eed66ba62.tar.gz | |
Wording
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_vhost_msg_store.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_vhost_msg_store.erl b/src/rabbit_vhost_msg_store.erl index 2e54a5f360..3c633875bc 100644 --- a/src/rabbit_vhost_msg_store.erl +++ b/src/rabbit_vhost_msg_store.erl @@ -30,8 +30,8 @@ start(VHost, Type, ClientRefs, StartupFunState) when is_list(ClientRefs); {Type, {rabbit_msg_store, start_link, [Type, VHostDir, ClientRefs, StartupFunState]}, transient, ?WORKER_WAIT, worker, [rabbit_msg_store]}); - %% we can get here if a vhost is created and immediately - %% deleted, e.g. some integration tests do it + %% we can get here if a vhost is added and removed concurrently + %% e.g. some integration tests do it {error, {no_such_vhost, VHost}} = E -> rabbit_log:error("Failed to start a message store for vhost ~s: vhost no longer exists!", [VHost]), |
