Skip to content

Commit bf74a92

Browse files
Wording
1 parent 6330cb3 commit bf74a92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -435,7 +435,7 @@ stop() ->
435435
case whereis(rabbit_boot) of
436436
undefined -> ok;
437437
_ ->
438-
rabbit_log:info("Waiting for RabbitMQ to startup before stopping"),
438+
rabbit_log:info("RabbitMQ hasn't finished starting yet. Waiting for startup to finish before stopping..."),
439439
await_startup(true)
440440
end,
441441
rabbit_log:info("Stopping RabbitMQ~n", []),
@@ -447,7 +447,7 @@ stop_and_halt() ->
447447
try
448448
stop()
449449
catch Type:Reason ->
450-
rabbit_log:error("Error trying to stop rabbitmq: ~p:~p", [Type, Reason])
450+
rabbit_log:error("Error trying to stop RabbitMQ: ~p:~p", [Type, Reason])
451451
after
452452
AppsLeft = [ A || {A, _, _} <- application:which_applications() ],
453453
rabbit_log:info(

0 commit comments

Comments
 (0)