summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
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]),