diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-07-04 19:01:14 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-07-04 19:01:14 +0300 |
| commit | f30f56c323b0db63020d9513931d0947d703bb4e (patch) | |
| tree | 5a28cbe74220923536afbc9447d2f4af253ce014 | |
| parent | a6cae1a2e9bc762f651b9a5ddc21f64f366244d2 (diff) | |
| download | rabbitmq-server-git-f30f56c323b0db63020d9513931d0947d703bb4e.tar.gz | |
A typo
| -rw-r--r-- | src/rabbit_vhost_sup_watcher.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_vhost_sup_watcher.erl b/src/rabbit_vhost_sup_watcher.erl index 64497f8d4c..7d9f941040 100644 --- a/src/rabbit_vhost_sup_watcher.erl +++ b/src/rabbit_vhost_sup_watcher.erl @@ -49,7 +49,7 @@ handle_info(check_vhost, VHost) -> case rabbit_vhost:exists(VHost) of true -> {noreply, VHost}; false -> - rabbit_log:error("Virtual host '~s' is gone." + rabbit_log:error("Virtual host '~s' is gone. " "Stopping message store supervisor.", [VHost]), {stop, normal, VHost} |
