File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010% % On start this process will try to recover the vhost data and
1111% % processes structure (queues and message stores).
1212% % 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.
1515
1616% % On termination, the ptocess will notify of vhost going down.
1717
@@ -35,7 +35,7 @@ start_link(VHost) ->
3535
3636init ([VHost ]) ->
3737 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 ]),
3939 try
4040 % % Recover the vhost data and save it to vhost registry.
4141 ok = rabbit_vhost :recover (VHost ),
You can’t perform that action at this time.
0 commit comments