From c3e04724ef870e6bf9356584c4d5f61fe829bad0 Mon Sep 17 00:00:00 2001 From: Michael Klishin Date: Wed, 25 Jun 2025 17:42:14 +0400 Subject: [PATCH] Wording (cherry picked from commit 6c27536777813fa7ad4fc723a75dc45d11b4a423) --- deps/rabbit/src/rabbit.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deps/rabbit/src/rabbit.erl b/deps/rabbit/src/rabbit.erl index 3e82574847..b3262ce0b2 100644 --- a/deps/rabbit/src/rabbit.erl +++ b/deps/rabbit/src/rabbit.erl @@ -200,7 +200,7 @@ {enables, routing_ready}]}). -rabbit_boot_step({prevent_startup_if_node_was_reset, - [{description, "prevents node boot if a previous startup marker exists but the database is not seeded (requires opt-in configuration in rabbitmq.conf)"}, + [{description, "prevents node boot if a prior boot marker file exists but the database is not seeded (requires opt-in configuration in rabbitmq.conf)"}, {mfa, {?MODULE, prevent_startup_if_node_was_reset, []}}, {requires, recovery}, {enables, empty_db_check}]}).