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

修改异常信息

git-svn-id: http://code.alibabatech.com/svn/dubbo/trunk@647 1a56cb94-b969-4eaa-88fa-be21384802f2
上级 ecb2d717
......@@ -148,7 +148,7 @@ public final class StringUtils
PrintWriter p = new PrintWriter(w);
p.print(e.getClass().getName());
if (e.getMessage() != null) {
p.print(e.getMessage());
p.print(": " + e.getMessage());
}
p.println();
try {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册