Skip to content

Commit 596e3ef

Browse files
Cosmetics
1 parent 118236b commit 596e3ef

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

deps/rabbit/src/rabbit_vhost_process.erl

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

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 virtual host ~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)