提交 bfa7f1ac 编写于 作者: S SongWang 提交者: 王松松

Update RouteInfoManager.java

fixed:spelling mistake
上级 0fe94717
......@@ -205,7 +205,7 @@ public class RouteInfoManager {
queueDataList = new LinkedList<QueueData>();
queueDataList.add(queueData);
this.topicQueueTable.put(topicConfig.getTopicName(), queueDataList);
log.info("new topic registerd, {} {}", topicConfig.getTopicName(), queueData);
log.info("new topic registered, {} {}", topicConfig.getTopicName(), queueData);
} else {
boolean addNewOne = true;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册