File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -63,14 +63,10 @@ recover(VHost) ->
63
63
VHostStubFile = filename :join (VHostDir , " .vhost" ),
64
64
ok = rabbit_file :ensure_dir (VHostStubFile ),
65
65
ok = file :write_file (VHostStubFile , VHost ),
66
- rabbit_log :info (" Starting vhost ~p~n " , [VHost ]),
67
66
Qs = rabbit_amqqueue :recover (VHost ),
68
- rabbit_log :info (" Queues recovered for vhost ~p~n " , [VHost ]),
69
67
ok = rabbit_binding :recover (rabbit_exchange :recover (VHost ),
70
68
[QName || # amqqueue {name = QName } <- Qs ]),
71
- rabbit_log :info (" Bindings recovered for vhost ~p~n " , [VHost ]),
72
69
ok = rabbit_amqqueue :start (Qs ),
73
- rabbit_log :info (" Queues started for vhost ~p~n " , [VHost ]),
74
70
ok .
75
71
76
72
% %----------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments