diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_vhost_sup_watcher.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_vhost_sup_watcher.erl b/src/rabbit_vhost_sup_watcher.erl index 5922c40d84..be2c5f20bb 100644 --- a/src/rabbit_vhost_sup_watcher.erl +++ b/src/rabbit_vhost_sup_watcher.erl @@ -49,9 +49,9 @@ handle_info(check_vhost, VHost) -> case rabbit_vhost:exists(VHost) of true -> {noreply, VHost}; false -> - rabbit_log:error("Virtual host '~s' is gone. " - "Stopping its top level supervisor.", - [VHost]), + rabbit_log:warning("Virtual host '~s' is gone. " + "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) %% waiting for us to shutdown. |
