summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Klishin <michael@clojurewerkz.org>2020-06-24 22:22:41 +0300
committerMichael Klishin <michael@clojurewerkz.org>2020-07-14 03:50:31 +0300
commit235567e7d51ee40250860cd539d024895fb3dd56 (patch)
tree56a58f3659eca02dcfa33c0cbca97b983fcfae24 /src
parentcc91aad6ac928960d40b4ae347025e3061f50d0f (diff)
downloadrabbitmq-server-git-235567e7d51ee40250860cd539d024895fb3dd56.tar.gz
Ditto
Diffstat (limited to 'src')
-rw-r--r--src/rabbit.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit.erl b/src/rabbit.erl
index 2860c73bab..4ada465759 100644
--- a/src/rabbit.erl
+++ b/src/rabbit.erl
@@ -916,7 +916,7 @@ do_run_postlaunch_phase() ->
rabbit_maintenance:unmark_as_being_drained(),
rabbit_log_prelaunch:debug("Marking ~s as running", [product_name()]),
rabbit_boot_state:set(ready),
-
+
ok = rabbit_lager:broker_is_started(),
ok = log_broker_started(
rabbit_plugins:strictly_plugins(rabbit_plugins:active())),