mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
Fix typo
This commit is contained in:
@@ -152,7 +152,7 @@ public class RouteInfoManager {
|
||||
channel,
|
||||
haServerAddr));
|
||||
if (null == prevBrokerLiveInfo) {
|
||||
log.info("new broker registerd, {} HAServer: {}", brokerAddr, haServerAddr);
|
||||
log.info("new broker registered, {} HAServer: {}", brokerAddr, haServerAddr);
|
||||
}
|
||||
|
||||
if (filterServerList != null) {
|
||||
|
||||
Reference in New Issue
Block a user