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

DUBBO-301 RPC的error log太多

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@1359 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 5e7b789c
......@@ -73,7 +73,7 @@ public abstract class AbstractProxyInvoker<T> implements Invoker<T> {
} catch (InvocationTargetException e) {
return new RpcResult(e.getTargetException());
} catch (Throwable e) {
throw new RpcException("Failed to invoke remote proxy " + invocation + " to " + getUrl() + ", cause: " + e.getMessage(), e);
throw new RpcException("Failed to invoke remote proxy method " + invocation.getMethodName() + " to " + getUrl() + ", cause: " + e.getMessage(), e);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册