提交 5dcd9629 编写于 作者: W william.liangf

修改日志信息

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@159 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 e7a99dc2
......@@ -159,7 +159,7 @@ public class MulticastRegistry extends AbstractRegistry {
private void unicast(String msg, URL url) {
if (logger.isInfoEnabled()) {
logger.info("Send unicast message: " + msg + " to " + url.getAddress());
logger.info("Send unicast message: " + msg + " to " + url.getAddress() + ":" + mutilcastSocket.getLocalPort());
}
try {
byte[] data = (msg + "\n").getBytes();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册