diff --git a/deps/rabbit/src/rabbit_upgrade_preparation.erl b/deps/rabbit/src/rabbit_upgrade_preparation.erl index 0f571b1eb51..89614af53f0 100644 --- a/deps/rabbit/src/rabbit_upgrade_preparation.erl +++ b/deps/rabbit/src/rabbit_upgrade_preparation.erl @@ -66,7 +66,7 @@ do_await_safe_online_quorum(IterationsLeft) -> 0 -> case length(EndangeredQueues) of 0 -> ok; - N -> rabbit_log:info("Waiting for ~ts queues and streams to have quorum+1 replicas online." + N -> rabbit_log:info("Waiting for ~p queues and streams to have quorum+1 replicas online. " "You can list them with `rabbitmq-diagnostics check_if_node_is_quorum_critical`", [N]) end, case endangered_critical_components() of