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

修改异常信息单词错误

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@838 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 a62cbb54
......@@ -239,7 +239,7 @@ public class DefaultFuture implements ResponseFuture {
if (future != null) {
future.doReceived(response);
} else {
logger.warn("The timeout reponse finally returned at "
logger.warn("The timeout response finally returned at "
+ (new SimpleDateFormat("yyyy-MM-dd HH:mm:ss.SSS").format(new Date()))
+ ", response " + response
+ (channel == null ? "" : ", channel: " + channel.getLocalAddress()
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册