Skip to content

Commit

Permalink
Fix typo in BaseConf
Browse files Browse the repository at this point in the history
  • Loading branch information
赤远 committed Sep 11, 2024
1 parent f43d9d1 commit 66a6056
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,8 @@ public class BaseConf {
brokerController2.getBrokerConfig().getListenPort());

brokerController3 = IntegrationTestBase.createAndStartBroker(NAMESRV_ADDR);
log.debug("Broker {} started, listening: {}", brokerController2.getBrokerConfig().getBrokerName(),
brokerController2.getBrokerConfig().getListenPort());
log.debug("Broker {} started, listening: {}", brokerController3.getBrokerConfig().getBrokerName(),
brokerController3.getBrokerConfig().getListenPort());

CLUSTER_NAME = brokerController1.getBrokerConfig().getBrokerClusterName();
BROKER1_NAME = brokerController1.getBrokerConfig().getBrokerName();
Expand Down

0 comments on commit 66a6056

Please sign in to comment.