Skip to content

Commit

Permalink
Fix typo in BaseConf (#8679)
Browse files Browse the repository at this point in the history
Co-authored-by: 赤远 <[email protected]>
  • Loading branch information
Lovelcp and 赤远 authored Sep 19, 2024
1 parent 6a24147 commit 6024db7
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 6024db7

Please sign in to comment.