We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5705d8b commit dc82c25Copy full SHA for dc82c25
src/rabbit_vhost_sup.erl
@@ -28,5 +28,4 @@ start_link(VHost) ->
28
supervisor2:start_link(?MODULE, [VHost]).
29
30
init([VHost]) ->
31
-rabbit_log:error("Starting VHost sup ~p~n", [VHost]),
32
{ok, {{one_for_all, 0, 1}, []}}.
0 commit comments