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 @@ -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 (
You can’t perform that action at this time.
0 commit comments