summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-07-05 14:54:38 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-07-05 14:54:38 +0300
commit20a0316717478e1c6ade89d6a7ea490db4ca88ef (patch)
treeae6a6ec8dda3aef6821e0e5492c36a309dfbf467 /src
parent46aa5b973645e1ab802006cab1c8af3d77eaf2c9 (diff)
downloadrabbitmq-server-git-20a0316717478e1c6ade89d6a7ea490db4ca88ef.tar.gz
Make this message up-to-date
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_vhost_sup_watcher.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_vhost_sup_watcher.erl b/src/rabbit_vhost_sup_watcher.erl
index 9c166e5b98..5922c40d84 100644
--- a/src/rabbit_vhost_sup_watcher.erl
+++ b/src/rabbit_vhost_sup_watcher.erl
@@ -50,7 +50,7 @@ handle_info(check_vhost, VHost) ->
true -> {noreply, VHost};
false ->
rabbit_log:error("Virtual host '~s' is gone. "
- "Stopping message store supervisor.",
+ "Stopping its top level supervisor.",
[VHost]),
%% Stop vhost's top supervisor in a one-off process to avoid a deadlock:
%% us (a child process) waiting for supervisor shutdown and our supervisor(s)