summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-07-06 15:11:56 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-07-06 15:11:56 +0300
commitae34b344e4ebc904094be518c988098eed66ba62 (patch)
tree30e3c3585f4bb97c724606633d8e3b7af70b9c83 /src
parent4893d43ebf26841cdd90076d2968f62bf1e8835c (diff)
downloadrabbitmq-server-git-ae34b344e4ebc904094be518c988098eed66ba62.tar.gz
Wording
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_vhost_msg_store.erl4
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]),