File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 10
10
% % On start this process will try to recover the vhost data and
11
11
% % processes structure (queues and message stores).
12
12
% % If recovered successfully, the process will save it's PID
13
- % % to vhost process registry. If vhost process PID is in the registry and the
14
- % % process is alive - the vhost is considered running.
13
+ % % to the virtual host process registry. If the virtual host PID is in the registry and the
14
+ % % process is alive, then the vhost is considered to be running.
15
15
16
16
% % On termination, the ptocess will notify of vhost going down.
17
17
@@ -35,7 +35,7 @@ start_link(VHost) ->
35
35
36
36
init ([VHost ]) ->
37
37
process_flag (trap_exit , true ),
38
- rabbit_log :debug (" Recovering data for VHost ~ts " , [VHost ]),
38
+ rabbit_log :debug (" Recovering data for virtual host ~ts " , [VHost ]),
39
39
try
40
40
% % Recover the vhost data and save it to vhost registry.
41
41
ok = rabbit_vhost :recover (VHost ),
You can’t perform that action at this time.
0 commit comments