File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1313% % to vhost process registry. If vhost process PID is in the registry and the
1414% % process is alive - the vhost is considered running.
1515
16- % % On termination, the ptocess will notify of vhost going down.
16+ % % On termination, the process will notify of vhost going down.
1717
1818% % The process will also check periodically if the vhost is still
1919% % present in the database and stop the vhost supervision tree when it
@@ -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 vhost ~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