diff options
Diffstat (limited to 'src')
| -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} |
