Skip to content

Commit

Permalink
fix wrong spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
francisoliverlee committed Sep 26, 2023
1 parent 49fd9a9 commit 31a9e65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1807,7 +1807,7 @@ protected void doRegisterBrokerAll(boolean checkOrderConfig, boolean oneway,
TopicConfigSerializeWrapper topicConfigWrapper) {

if (shutdown) {
BrokerController.LOG.info("BrokerController#doResterBrokerAll: broker has shutdown, no need to register any more.");
BrokerController.LOG.info("BrokerController#doRegisterBrokerAll: broker has shutdown, no need to register any more.");
return;
}
List<RegisterBrokerResult> registerBrokerResultList = this.brokerOuterAPI.registerBrokerAll(
Expand Down

0 comments on commit 31a9e65

Please sign in to comment.