Skip to content

Commit 2b1ccd5

Browse files
committed
Standardize on 'vhost' in logging
1 parent 118236b commit 2b1ccd5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deps/rabbit/src/rabbit_vhost_process.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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

3636
init([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),

0 commit comments

Comments
 (0)