Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit cb8c190

Browse files
committed
Fix incorrect format string for preboot status
1 parent ed810a1 commit cb8c190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_clusterer.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ status(Node) ->
4646
{Message, Config, List} =
4747
case rabbit_clusterer_coordinator:request_status(Node) of
4848
preboot ->
49-
{"Clusterer is booting.~n", undefined, []};
49+
{"Clusterer is pre-booting. ~p~n", undefined, []};
5050
{Config1, booting} ->
5151
{"Clusterer is booting Rabbit into cluster configuration: "
5252
"~n~s~n", Config1, []};

0 commit comments

Comments
 (0)